mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Give sufficient permissions to kube-version-defs file to be able to source it during build.
This commit is contained in:
parent
8c8c5d97ca
commit
5f01e8d335
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user