Skip to content

Commit 3410694

Browse files
Merge pull request #93 from thomasferrandiz/fix-passthru
Use bci-busybox for multus-thick image
2 parents 37acc9e + d4dc89f commit 3410694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ARG BCI_IMAGE=registry.suse.com/bci/bci-busybox
12
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.11b3
23

34
# Image that provides cross compilation tooling.
@@ -51,7 +52,7 @@ COPY --from=strip_binary /install_multus /
5152
ENTRYPOINT ["/thin_entrypoint"]
5253

5354
# Create the thick plugin image
54-
FROM scratch AS multus-thick
55+
FROM ${BCI_IMAGE} AS multus-thick
5556
COPY --from=multus-builder /go/src/github.com/k8snetworkplumbingwg/multus-cni/LICENSE /usr/src/multus-cni/LICENSE
5657
COPY --from=strip_binary /multus-daemon /usr/src/multus-cni/bin/multus-daemon
5758
COPY --from=strip_binary /multus-shim /usr/src/multus-cni/bin/multus-shim

0 commit comments

Comments
 (0)