mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Include easy-rsa in container to avoid it being downloaded at runtime
This commit is contained in:
parent
75d9b36a2a
commit
0521ebad41
@ -50,6 +50,9 @@ COPY safe_format_and_mount /usr/share/google/safe_format_and_mount
|
||||
COPY setup-files.sh /setup-files.sh
|
||||
COPY make-ca-cert.sh /make-ca-cert.sh
|
||||
|
||||
# easy-rsa package required by make-ca-cert
|
||||
ADD https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz /root/kube/
|
||||
|
||||
# Make scripts executable
|
||||
RUN chmod a+rx \
|
||||
/hyperkube \
|
||||
|
Loading…
Reference in New Issue
Block a user