diff --git a/bitnami/hyperledger-fabric-ca/1/debian-12/Dockerfile b/bitnami/hyperledger-fabric-ca/1/debian-12/Dockerfile index 7023a4887c4b..840f094d6329 100644 --- a/bitnami/hyperledger-fabric-ca/1/debian-12/Dockerfile +++ b/bitnami/hyperledger-fabric-ca/1/debian-12/Dockerfile @@ -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="2025-09-07T01:07:01Z" \ + org.opencontainers.image.created="2025-10-07T01:26:11Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/hyperledger-fabric-ca/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/hyperledger-fabric-ca" \ @@ -28,7 +28,7 @@ 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.25.1-0-linux-${OS_ARCH}-debian-12" \ + "golang-1.25.1-1-linux-${OS_ARCH}-debian-12" \ "hyperledger-fabric-ca-1.5.15-10-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -50,7 +50,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.5.15" \ BITNAMI_APP_NAME="hyperledger-fabric-ca" \ FABRIC_CA_HOME="/opt/bitnami/hyperledger-fabric-ca/etc" \ - IMAGE_REVISION="23" \ + IMAGE_REVISION="24" \ PATH="/go/bin:/opt/bitnami/go/bin:/opt/bitnami/hyperledger-fabric-ca/bin:$PATH" USER 1001 diff --git a/bitnami/hyperledger-fabric-ca/README.md b/bitnami/hyperledger-fabric-ca/README.md index 97592374de01..54f3b37fc3fe 100644 --- a/bitnami/hyperledger-fabric-ca/README.md +++ b/bitnami/hyperledger-fabric-ca/README.md @@ -77,6 +77,12 @@ docker run --name git bitnami/hyperledger-fabric-ca:latest fabric-ca-server star Read the [official Hyperledger Fabric documentation](https://hyperledger-fabric.readthedocs.io/en/latest/commands/fabric-ca-commands.html) documentation for the list of available commands. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Hyperledger Fabric CA Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: + +- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.