Browse Source

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.
pull/9774/merge
Kenichi Omichi 1 year ago
committed by GitHub
parent
commit
3c2eb52828
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      Dockerfile

1
Dockerfile

@ -19,6 +19,7 @@ ENV LANG=C.UTF-8
WORKDIR /kubespray
COPY *yml /kubespray/
COPY roles /kubespray/roles
COPY contrib /kubespray/contrib
COPY inventory /kubespray/inventory
COPY library /kubespray/library
COPY extra_playbooks /kubespray/extra_playbooks

Loading…
Cancel
Save