Skip to content

Commit 99f312b

Browse files
author
Bitnami Bot
authored
[bitnami/multus-cni] Release multus-cni-4.1.4-debian-12-r4 (#76963)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent fe794d2 commit 99f312b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bitnami/multus-cni/4/debian-12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-01-24T14:34:12Z" \
11+
org.opencontainers.image.created="2025-02-05T00:03:10Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/multus-cni/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="4.1.4-debian-12-r3" \
15+
org.opencontainers.image.ref.name="4.1.4-debian-12-r4" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/multus-cni" \
1717
org.opencontainers.image.title="multus-cni" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2929
RUN install_packages ca-certificates curl procps
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
32-
"multus-cni-4.1.4-2-linux-${OS_ARCH}-debian-12" \
32+
"multus-cni-4.1.4-3-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

bitnami/multus-cni/4/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "4.1.4-2"
6+
"version": "4.1.4-3"
77
}
88
}

0 commit comments

Comments
 (0)