mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/schema-registry] Release 7.3.2-debian-11-r0 (#25391)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,13 +4,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-23T21:58:41Z" \
|
||||
org.opencontainers.image.created="2023-02-25T15:26:26Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.3.1-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="7.3.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="schema-registry" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.3.1"
|
||||
org.opencontainers.image.version="7.3.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,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.18-10-2-linux-${OS_ARCH}-debian-11" \
|
||||
"schema-registry-7.3.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
"schema-registry-7.3.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -44,7 +44,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.1" \
|
||||
ENV APP_VERSION="7.3.2" \
|
||||
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": "4ba7773d8ae2c33eb29f3beb0689d390aa1c0d1eac6450a01778023f5dbc10d1",
|
||||
"digest": "d07d14e1aa090fbaa59eeb07778167a3be37ea9cee1be8a6d56717b30695f310",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.3.1-2"
|
||||
"version": "7.3.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "7.3"
|
||||
- 7.3-debian-11
|
||||
- 7.3.1
|
||||
- 7.3.2
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user