[bitnami/schema-registry] Release 7.3.1-debian-11-r0 (#17290)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a4f6933e61
commit
f118d2daee
|
|
@ -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.3.0-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="7.3.1-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.3.0"
|
||||
org.opencontainers.image.version="7.3.1"
|
||||
|
||||
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.3.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"schema-registry-7.3.1-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.3.0" \
|
||||
ENV APP_VERSION="7.3.1" \
|
||||
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": "cbc0b852ddb0fd0eafdde399aaefb5201764d478473f85c40a6421dea6d802e5",
|
||||
"digest": "8fdbe8cf63ae3e275a6006ea03a972f531d9edb0a35653fc81c8c5f411bb5ffc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.3.0-0"
|
||||
"version": "7.3.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "7.3"
|
||||
- "7.3-debian-11"
|
||||
- "7.3.0"
|
||||
- "7.3.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue