mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/ksql] Release 7.3.1-debian-11-r0 (#17279)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
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/ksql" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ksql" \
|
||||||
org.opencontainers.image.title="ksql" \
|
org.opencontainers.image.title="ksql" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="7.3.0"
|
org.opencontainers.image.version="7.3.1"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
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/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
||||||
"ksql-7.3.0-0-linux-${OS_ARCH}-debian-11" \
|
"ksql-7.3.1-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||||
RUN /opt/bitnami/scripts/ksql/postunpack.sh
|
RUN /opt/bitnami/scripts/ksql/postunpack.sh
|
||||||
ENV APP_VERSION="7.3.0" \
|
ENV APP_VERSION="7.3.1" \
|
||||||
BITNAMI_APP_NAME="ksql" \
|
BITNAMI_APP_NAME="ksql" \
|
||||||
JAVA_HOME="/opt/bitnami/java" \
|
JAVA_HOME="/opt/bitnami/java" \
|
||||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/ksql/bin:/opt/bitnami/common/bin:$PATH"
|
PATH="/opt/bitnami/java/bin:/opt/bitnami/ksql/bin:/opt/bitnami/common/bin:$PATH"
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
},
|
},
|
||||||
"ksql": {
|
"ksql": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "57c3316839ca056c4d9073eb5c13e317b07f34c4040048b7d13cb93efe2273a6",
|
"digest": "db442e6bf88d2c432a1ff728c674aed684b2a9799a118dc9a5302b17a2e7f143",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "7.3.0-0"
|
"version": "7.3.1-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.3-debian-11"
|
- "7.3-debian-11"
|
||||||
- "7.3.0"
|
- "7.3.1"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user