[bitnami/schema-registry] Release 7.2.2-debian-11-r19 (#14130)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-11-18 09:35:09 +01:00 committed by GitHub
parent a67e257518
commit 4785f5f03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="7.2.2-debian-11-r18" \
org.opencontainers.image.ref.name="7.2.2-debian-11-r19" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/schema-registry" \
org.opencontainers.image.title="schema-registry" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -19,7 +19,7 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl netcat-traditional procps zlib1g
RUN install_packages ca-certificates curl netcat procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"java-11.0.17-7-1-linux-${OS_ARCH}-debian-11" \

View File

@ -2,4 +2,3 @@ rolling-tags:
- "7.2"
- "7.2-debian-11"
- "7.2.2"
- "latest"