From e546cab1d4cb4ffe907dcd96cec78e3b8cea4297 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 21 Mar 2026 08:59:37 +0100 Subject: [PATCH] [bitnami/zipkin] Release 3.5.1-debian-12-r14 (#91779) Signed-off-by: Bitnami Bot --- bitnami/zipkin/3/debian-12/Dockerfile | 4 ++-- bitnami/zipkin/README.md | 31 +++------------------------ 2 files changed, 5 insertions(+), 30 deletions(-) diff --git a/bitnami/zipkin/3/debian-12/Dockerfile b/bitnami/zipkin/3/debian-12/Dockerfile index 286af5435e42..9f3dd4393ba4 100644 --- a/bitnami/zipkin/3/debian-12/Dockerfile +++ b/bitnami/zipkin/3/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="2026-02-19T07:08:25Z" \ + org.opencontainers.image.created="2026-03-21T07:40:51Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/zipkin/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/zipkin" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="3.5.1" \ BITNAMI_APP_NAME="zipkin" \ - IMAGE_REVISION="13" \ + IMAGE_REVISION="14" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/zipkin/bin:$PATH" EXPOSE 9411 diff --git a/bitnami/zipkin/README.md b/bitnami/zipkin/README.md index 2596cf44b82e..bab1110e5ae7 100644 --- a/bitnami/zipkin/README.md +++ b/bitnami/zipkin/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Zipkin -## What is Zipkin? - > Zipkin is a distributed tracing system that helps collect and analyze timing data to troubleshoot latency issues in service architectures, providing visibility into service call performance. [Overview of Zipkin](https://zipkin.io/) @@ -70,6 +68,8 @@ docker run -it --name zipkin bitnami/zipkin ## 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 `start-zipkin --version` you can follow below example @@ -85,32 +85,7 @@ Read the [official Zipkin documentation](https://zipkin.io/pages/quickstart.html The Bitnami Zipkin Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) 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`. - -## Maintenance - -### Upgrade this image - -Bitnami provides up-to-date versions of Zipkin, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. - -#### Step 1: Get the updated image - -```console -docker pull bitnami/zipkin:latest -``` - -#### Step 2: Remove the currently running container - -```console -docker rm -v zipkin -``` - -#### Step 3: Run the new image - -Re-create your container from the new image. - -```console -docker run --name zipkin bitnami/zipkin:latest -``` +- `JAVA_TOOL_OPTIONS`: controls Java FIPS mode. Use `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.restricted` (restricted), `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.relaxed` (relaxed), or `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.original` (off). ## Notable Changes