[bitnami/hyperledger-fabric-ca] Release 1.5.15-debian-12-r24 (#86922)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
9086b12270
commit
a38a4eba4d
|
|
@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
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.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.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" \
|
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}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
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" \
|
"hyperledger-fabric-ca-1.5.15-10-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
|
|
@ -50,7 +50,7 @@ RUN uninstall_packages curl
|
||||||
ENV APP_VERSION="1.5.15" \
|
ENV APP_VERSION="1.5.15" \
|
||||||
BITNAMI_APP_NAME="hyperledger-fabric-ca" \
|
BITNAMI_APP_NAME="hyperledger-fabric-ca" \
|
||||||
FABRIC_CA_HOME="/opt/bitnami/hyperledger-fabric-ca/etc" \
|
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"
|
PATH="/go/bin:/opt/bitnami/go/bin:/opt/bitnami/hyperledger-fabric-ca/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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
|
## 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue