[bitnami/schema-registry] Release 7.2.3-debian-11-r0 (#17248)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
58a2e0db22
commit
f98638b239
|
|
@ -5,11 +5,11 @@ 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-r28" \
|
||||
org.opencontainers.image.ref.name="7.2.3-debian-11-r0" \
|
||||
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." \
|
||||
org.opencontainers.image.version="7.2.2"
|
||||
org.opencontainers.image.version="7.2.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ 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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"schema-registry-7.2.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"schema-registry-7.2.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/schema-registry/postunpack.sh
|
||||
ENV APP_VERSION="7.2.2" \
|
||||
ENV APP_VERSION="7.2.3" \
|
||||
BITNAMI_APP_NAME="schema-registry" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/schema-registry/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"schema-registry": {
|
||||
"arch": "amd64",
|
||||
"digest": "0d60c97c434c17c1184ec16cae0de9ed51276692e9aaf558111f2a23ac34361e",
|
||||
"digest": "61e8726316b6bace51927183b4ce99e1d7e7c803bcdbb84f2589b2accea35112",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.2.2-1"
|
||||
"version": "7.2.3-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "7.2"
|
||||
- "7.2-debian-11"
|
||||
- "7.2.2"
|
||||
- "7.2.3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue