[bitnami/hyperledger-fabric-tools] Release 3.1.4-debian-12-r1 (#91329)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-06 09:01:39 +01:00
committed by GitHub
parent db7ed097a7
commit a0d46bb6a7
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-23T12:15:05Z" \
org.opencontainers.image.created="2026-03-06T07:38:06Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hyperledger-fabric-tools/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hyperledger-fabric-tools" \
@@ -28,8 +28,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"golang-1.26.0-0-linux-${OS_ARCH}-debian-12" \
"hyperledger-fabric-tools-3.1.4-0-linux-${OS_ARCH}-debian-12" \
"golang-1.26.1-0-linux-${OS_ARCH}-debian-12" \
"hyperledger-fabric-tools-3.1.4-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="3.1.4" \
BITNAMI_APP_NAME="hyperledger-fabric-tools" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/go/bin:/opt/bitnami/go/bin:/opt/bitnami/hyperledger-fabric-tools/bin:$PATH"
USER 1001

View File

@@ -1,7 +1,5 @@
# Bitnami Secure Image for Hyperledger Fabric Tools
## What is Hyperledger Fabric Tools?
> Hyperledger Fabric Tools is a set of tools for Hyperledger Fabric, the open-source permissioned blockchain framework.
[Overview of Hyperledger Fabric Tools](https://www.hyperledger.org/projects/fabric)
@@ -58,6 +56,8 @@ docker build -t bitnami/APP:latest .
## Configuration
The following section describes how to run commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `configtxgen -version` you can follow below example