mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
[bitnami/jwt-cli] Release 5.0.3-debian-11-r12 (#27635)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T21:35:09Z" \
|
||||
org.opencontainers.image.created="2023-03-18T22:02:46Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="5.0.3-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="5.0.3-debian-11-r12" \
|
||||
org.opencontainers.image.title="jwt-cli" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.0.3"
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libgcc-s1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"jwt-cli-5.0.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"jwt-cli-5.0.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"jwt-cli": {
|
||||
"arch": "amd64",
|
||||
"digest": "a82a8055c49946e93c78a1f5085f0e424a6495b87c7c355714af9fe33a92cac6",
|
||||
"digest": "9fcd6495dd1176ded8c739a13f0154fd7b0a5f3bdd812d72d64b310f43fc0b84",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.3-1"
|
||||
"version": "5.0.3-2"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@
|
||||
> 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)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
Reference in New Issue
Block a user