Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 289b5a9

Browse files
Changing deployer container to alpine (#181)
Signed-off-by: John O'Loughlin <[email protected]>
1 parent 5db863c commit 289b5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/userspacecni/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN make generate-bin
1313
#End of builder container
1414

1515
# Copy build userspace cni bin to a small deployer container
16-
FROM ubuntu:22.04
16+
FROM alpine:3.18
1717
RUN mkdir -p /root/userspace-cni-network-plugin/userspace
1818
COPY --from=builder /root/userspace-cni-network-plugin/userspace/userspace /root/userspace-cni-network-plugin/userspace/userspace
1919
CMD ["cp", "-rf", "/root/userspace-cni-network-plugin/userspace/userspace", "/opt/cni/bin"]

0 commit comments

Comments
 (0)