Give sufficient permissions to kube-version-defs file to be able to source it during build.

This commit is contained in:
Madhusudan.C.S 2016-07-06 14:39:05 -07:00
parent 8c8c5d97ca
commit 5f01e8d335

View File

@ -29,6 +29,7 @@ RUN chmod -R a+rwx ${HOME}
# Propagate the git tree version into the build image # Propagate the git tree version into the build image
ADD kube-version-defs /kube-version-defs ADD kube-version-defs /kube-version-defs
RUN chmod a+r /kube-version-defs
ENV KUBE_GIT_VERSION_FILE /kube-version-defs ENV KUBE_GIT_VERSION_FILE /kube-version-defs
# Make output from the dockerized build go someplace else # Make output from the dockerized build go someplace else