Skip to content

Commit b8e97d3

Browse files
author
Bitnami Bot
authored
[bitnami/notation] Release notation-1.3.0-debian-12-r2 (#76975)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent aad23fc commit b8e97d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bitnami/notation/1/debian-12/Dockerfile

+3-3
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-24T15:07:21Z" \
11+
org.opencontainers.image.created="2025-02-05T01:25:50Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/notation/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="1.3.0-debian-12-r1" \
15+
org.opencontainers.image.ref.name="1.3.0-debian-12-r2" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/notation" \
1717
org.opencontainers.image.title="notation" \
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-
"notation-1.3.0-1-linux-${OS_ARCH}-debian-12" \
32+
"notation-1.3.0-2-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

bitnami/notation/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

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

0 commit comments

Comments
 (0)