Skip to content

Commit 9c355f8

Browse files
committed
Fix COPYing files during image build
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 5a4717f commit 9c355f8

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)