mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Copy contrib/ to Dockerfile (#9774)
Since Kubespray v2.21.0, the commit a98ab40434 removes copying
contrib/ accidentaly. The contrib/ contains useful tools like offline
tools etc. This adds the contrib/ to Dockerfile again.
This commit is contained in:
@@ -19,6 +19,7 @@ ENV LANG=C.UTF-8
|
|||||||
WORKDIR /kubespray
|
WORKDIR /kubespray
|
||||||
COPY *yml /kubespray/
|
COPY *yml /kubespray/
|
||||||
COPY roles /kubespray/roles
|
COPY roles /kubespray/roles
|
||||||
|
COPY contrib /kubespray/contrib
|
||||||
COPY inventory /kubespray/inventory
|
COPY inventory /kubespray/inventory
|
||||||
COPY library /kubespray/library
|
COPY library /kubespray/library
|
||||||
COPY extra_playbooks /kubespray/extra_playbooks
|
COPY extra_playbooks /kubespray/extra_playbooks
|
||||||
|
|||||||
Reference in New Issue
Block a user