Merge "Set WORKDIR / in the dockerfiles"

This commit is contained in:
Zuul 2018-11-21 09:20:17 +00:00 committed by Gerrit Code Review
commit 24cd2e3fb4
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM {{ source_image }}
LABEL modified_append_tag={{ modified_append_tag }}
WORKDIR /
USER root
{% for rpm in rpms_list %}

View File

@ -1,6 +1,7 @@
FROM {{ source_image }}
LABEL modified_append_tag={{ modified_append_tag }}
WORKDIR /
USER root
COPY yum_update.sh /tmp/