[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:
parent
a67e257518
commit
4785f5f03f
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@ rolling-tags:
|
|||
- "7.2"
|
||||
- "7.2-debian-11"
|
||||
- "7.2.2"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue