Signed-off-by: Doug Davis <dug@us.ibm.com>
Addresses: #14756 Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This adds support for Dockerfile commands to have options - e.g: COPY --user=john foo /tmp/ COPY --ignore-mtime foo /tmp/ Supports both booleans and strings. Signed-off-by: Doug Davis <dug@us.ibm.com>