mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Give sufficient permissions to kube-version-defs file to be able to source it during build.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user