Skip to content

Commit

Permalink
[bitnami/keycloak-config-cli] Release 5.7.0-debian-11-r0 (#41119)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Jul 14, 2023
1 parent 8357212 commit 2975c1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions bitnami/keycloak-config-cli/5/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH

LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-12T07:10:40Z" \
org.opencontainers.image.created="2023-07-14T11:22:49Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.6.1-debian-11-r39" \
org.opencontainers.image.ref.name="5.7.0-debian-11-r0" \
org.opencontainers.image.title="keycloak-config-cli" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.6.1"
org.opencontainers.image.version="5.7.0"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -26,7 +26,7 @@ RUN install_packages ca-certificates curl procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"java-17.0.7-7-2-linux-${OS_ARCH}-debian-11" \
"keycloak-config-cli-5.6.1-5-linux-${OS_ARCH}-debian-11" \
"keycloak-config-cli-5.7.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -43,7 +43,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN ln -sf /opt/bitnami/keycloak-config-cli/keycloak-config-cli.jar /opt/keycloak-config-cli.jar

ENV APP_VERSION="5.6.1" \
ENV APP_VERSION="5.7.0" \
BITNAMI_APP_NAME="keycloak-config-cli" \
PATH="/opt/bitnami/java/bin:$PATH"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "5.6.1-5"
"version": "5.7.0-0"
}
}
2 changes: 1 addition & 1 deletion bitnami/keycloak-config-cli/5/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "5"
- 5-debian-11
- 5.6.1
- 5.7.0
- latest

0 comments on commit 2975c1b

Please sign in to comment.