Skip to content

Commit a45c10e

Browse files
Bitnami Botbeertje44
Bitnami Bot
authored andcommitted
[bitnami/hyperledger-fabric-orderer] Release hyperledger-fabric-orderer-3.0.0-debian-12-r9 (bitnami#76937)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 9e8c77d commit a45c10e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bitnami/hyperledger-fabric-orderer/3/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-24T12:42:08Z" \
11+
org.opencontainers.image.created="2025-02-04T22:21:27Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hyperledger-fabric-orderer/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="3.0.0-debian-12-r8" \
15+
org.opencontainers.image.ref.name="3.0.0-debian-12-r9" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hyperledger-fabric-orderer" \
1717
org.opencontainers.image.title="hyperledger-fabric-orderer" \
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-
"hyperledger-fabric-orderer-3.0.0-6-linux-${OS_ARCH}-debian-12" \
32+
"hyperledger-fabric-orderer-3.0.0-7-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

bitnami/hyperledger-fabric-orderer/3/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": "3.0.0-6"
6+
"version": "3.0.0-7"
77
}
88
}

0 commit comments

Comments
 (0)