Commit 5f01e8d3 authored by Madhusudan.C.S's avatar Madhusudan.C.S

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

parent 8c8c5d97
...@@ -29,6 +29,7 @@ RUN chmod -R a+rwx ${HOME} ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment