Skip to content

Commit 69a2e71

Browse files
authored
Merge pull request NVIDIA#418 from jgehrcke/jp/container-img-fix-copying-files
Fix COPYing files during container image build
2 parents 5a4717f + 9c355f8 commit 69a2e71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,5 @@ COPY --from=build /artifacts/compute-domain-controller /usr/bin/compute-do
107107
COPY --from=build /artifacts/compute-domain-kubelet-plugin /usr/bin/compute-domain-kubelet-plugin
108108
COPY --from=build /artifacts/compute-domain-daemon /usr/bin/compute-domain-daemon
109109
COPY --from=build /artifacts/gpu-kubelet-plugin /usr/bin/gpu-kubelet-plugin
110-
COPY --from=build /build/hack/kubelet-plugin-prestart.sh /usr/bin/kubelet-plugin-prestart.sh
111-
COPY --from=build /build/templates /templates
110+
COPY /hack/kubelet-plugin-prestart.sh /usr/bin/kubelet-plugin-prestart.sh
112111
COPY /templates /templates

0 commit comments

Comments
 (0)