From 8bdf6bedaec1e75a5376047a0b71ed9569d6a5cf Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 21 Mar 2026 03:41:30 +0100 Subject: [PATCH] [bitnami/jwt-cli] Release 6.2.0-debian-12-r25 (#91770) Signed-off-by: Bitnami Bot --- bitnami/jwt-cli/6/debian-12/Dockerfile | 4 ++-- bitnami/jwt-cli/README.md | 30 ++------------------------ 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/bitnami/jwt-cli/6/debian-12/Dockerfile b/bitnami/jwt-cli/6/debian-12/Dockerfile index 9229cb3878cc..d2f465741dd5 100644 --- a/bitnami/jwt-cli/6/debian-12/Dockerfile +++ b/bitnami/jwt-cli/6/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-19T02:09:30Z" \ + org.opencontainers.image.created="2026-03-21T02:33:51Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jwt-cli/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jwt-cli" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="6.2.0" \ BITNAMI_APP_NAME="jwt-cli" \ - IMAGE_REVISION="24" \ + IMAGE_REVISION="25" \ PATH="/opt/bitnami/jwt-cli/bin:$PATH" USER 1001 diff --git a/bitnami/jwt-cli/README.md b/bitnami/jwt-cli/README.md index 84b7d146f9cd..5a019c4527fd 100644 --- a/bitnami/jwt-cli/README.md +++ b/bitnami/jwt-cli/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for JWT CLI -## What is JWT CLI? - > jwt-cli is a command-line tool for creating JSON Web Tokens (JWTs). Written in Rust, it allows custom header values, custom claim bodies and any secret. [Overview of JWT CLI](https://github.com/mike-engel/jwt-cli) @@ -56,34 +54,10 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest . ``` -## Maintenance - -### Upgrade this image - -Bitnami provides up-to-date versions of JWT CLI, 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/jwt-cli:latest -``` - -#### Step 2: Remove the currently running container - -```console -docker rm -v jwt-cli -``` - -#### Step 3: Run the new image - -Re-create your container from the new image. - -```console -docker run --name jwt-cli bitnami/jwt-cli: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 `jwt --help` you can follow the example below: