Skip to content

Commit ce4d4dc

Browse files
authored
Merge pull request #28 from ctrsploit/fix/containerd-file-path
fix(kubernetes): back up containerd binary from local bin
2 parents 7382406 + a060351 commit ce4d4dc

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/v1.32.2/containerd/v2.0.3/calico/debug

1 file changed

+1
-1
lines changed

kubernetes/v1.32.2/containerd/v2.0.3/calico/debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ COPY --chmod=755 debug.sh /usr/local/bin/debug.sh
2929
# back up real kubelet binary
3030
RUN cp /usr/bin/kubelet /usr/local/bin/kubelet.real && \
3131
# back up real containerd binary
32-
cp /usr/bin/containerd /usr/local/bin/containerd.real
32+
cp /usr/local/bin/containerd /usr/local/bin/containerd.real

0 commit comments

Comments
 (0)