From 3c2eb5282864b23a0a878de7460967629f037081 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Fri, 10 Feb 2023 12:01:31 +0900 Subject: [PATCH] Copy contrib/ to Dockerfile (#9774) Since Kubespray v2.21.0, the commit a98ab40434470726 removes copying contrib/ accidentaly. The contrib/ contains useful tools like offline tools etc. This adds the contrib/ to Dockerfile again. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 30d3fb45e..796042a99 100644 --- a/Dockerfile +++ b/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