[bitnami/schema-registry] Release 7.1.5-debian-11-r0 (#17245)

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-12-17 21:57:55 +01:00 committed by GitHub
parent b1b9f0fad8
commit ebd89b108c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -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.1.4-debian-11-r29" \
org.opencontainers.image.ref.name="7.1.5-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.1.4"
org.opencontainers.image.version="7.1.5"
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.1.4-1-linux-${OS_ARCH}-debian-11" \
"schema-registry-7.1.5-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.1.4" \
ENV APP_VERSION="7.1.5" \
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"

View File

@ -15,9 +15,9 @@
},
"schema-registry": {
"arch": "amd64",
"digest": "bceddb2ef675321a307fbdfe58c7e63def96e1982615b04c7789b545e5cfd43c",
"digest": "7d29400cc98de428fba4479807e816d6509656588400324acd4f4bba82f08ce6",
"distro": "debian-11",
"type": "NAMI",
"version": "7.1.4-1"
"version": "7.1.5-0"
}
}

View File

@ -1,4 +1,4 @@
rolling-tags:
- "7.1"
- "7.1-debian-11"
- "7.1.4"
- "7.1.5"