mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-10 12:33:22 +00:00
Merge 6c31d1c0e6
into 4a0b5073af
This commit is contained in:
commit
c7c812708d
@ -201,9 +201,11 @@ spec:
|
|||||||
- name: install-multus-binary
|
- name: install-multus-binary
|
||||||
image: ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
|
image: ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
|
||||||
command:
|
command:
|
||||||
- "cp"
|
- "/usr/src/multus-cni/bin/install_multus"
|
||||||
- "/usr/src/multus-cni/bin/multus-shim"
|
- "-d"
|
||||||
- "/host/opt/cni/bin/multus-shim"
|
- "/host/opt/cni/bin"
|
||||||
|
- "-t"
|
||||||
|
- "thick"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "10m"
|
cpu: "10m"
|
||||||
|
@ -170,9 +170,11 @@ spec:
|
|||||||
- name: install-multus-shim
|
- name: install-multus-shim
|
||||||
image: localhost:5000/multus:e2e
|
image: localhost:5000/multus:e2e
|
||||||
command:
|
command:
|
||||||
- "cp"
|
- "/usr/src/multus-cni/bin/install_multus"
|
||||||
- "/usr/src/multus-cni/bin/multus-shim"
|
- "-d"
|
||||||
- "/host/opt/cni/bin/multus-shim"
|
- "/host/opt/cni/bin"
|
||||||
|
- "-t"
|
||||||
|
- "thick"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "10m"
|
cpu: "10m"
|
||||||
|
@ -7,7 +7,7 @@ ADD . /usr/src/multus-cni
|
|||||||
RUN cd /usr/src/multus-cni && \
|
RUN cd /usr/src/multus-cni && \
|
||||||
./hack/build-go.sh
|
./hack/build-go.sh
|
||||||
|
|
||||||
FROM debian:stable-slim
|
FROM gcr.io/distroless/base-debian11:latest
|
||||||
LABEL org.opencontainers.image.source https://github.com/k8snetworkplumbingwg/multus-cni
|
LABEL org.opencontainers.image.source https://github.com/k8snetworkplumbingwg/multus-cni
|
||||||
COPY --from=build /usr/src/multus-cni/bin /usr/src/multus-cni/bin
|
COPY --from=build /usr/src/multus-cni/bin /usr/src/multus-cni/bin
|
||||||
COPY --from=build /usr/src/multus-cni/LICENSE /usr/src/multus-cni/LICENSE
|
COPY --from=build /usr/src/multus-cni/LICENSE /usr/src/multus-cni/LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user