We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37acc9e + d4dc89f commit 3410694Copy full SHA for 3410694
Dockerfile
@@ -1,3 +1,4 @@
1
+ARG BCI_IMAGE=registry.suse.com/bci/bci-busybox
2
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.11b3
3
4
# Image that provides cross compilation tooling.
@@ -51,7 +52,7 @@ COPY --from=strip_binary /install_multus /
51
52
ENTRYPOINT ["/thin_entrypoint"]
53
54
# Create the thick plugin image
-FROM scratch AS multus-thick
55
+FROM ${BCI_IMAGE} AS multus-thick
56
COPY --from=multus-builder /go/src/github.com/k8snetworkplumbingwg/multus-cni/LICENSE /usr/src/multus-cni/LICENSE
57
COPY --from=strip_binary /multus-daemon /usr/src/multus-cni/bin/multus-daemon
58
COPY --from=strip_binary /multus-shim /usr/src/multus-cni/bin/multus-shim
0 commit comments