Skip to content

Commit

Permalink
Give sufficient permissions to kube-version-defs file to be able to s…
Browse files Browse the repository at this point in the history
…ource it during build.
  • Loading branch information
madhusudancs committed Jul 6, 2016
1 parent 8c8c5d9 commit 5f01e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN chmod -R a+rwx ${HOME}

# Propagate the git tree version into the build image
ADD kube-version-defs /kube-version-defs
RUN chmod a+r /kube-version-defs
ENV KUBE_GIT_VERSION_FILE /kube-version-defs

# Make output from the dockerized build go someplace else
Expand Down

0 comments on commit 5f01e8d

Please sign in to comment.