mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
[bitnami/spring-cloud-dataflow-composed-task-runner] Release 2.11.5-debian-12-r14 (#81070)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -9,10 +9,10 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2025-04-15T02:56:49Z" \
|
org.opencontainers.image.created="2025-05-15T03:19:18Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/spring-cloud-dataflow-composed-task-runner/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/spring-cloud-dataflow-composed-task-runner/README.md" \
|
||||||
org.opencontainers.image.ref.name="2.11.5-debian-12-r13" \
|
org.opencontainers.image.ref.name="2.11.5-debian-12-r14" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spring-cloud-dataflow-composed-task-runner" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spring-cloud-dataflow-composed-task-runner" \
|
||||||
org.opencontainers.image.title="spring-cloud-dataflow-composed-task-runner" \
|
org.opencontainers.image.title="spring-cloud-dataflow-composed-task-runner" \
|
||||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||||
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
|||||||
RUN install_packages ca-certificates curl procps zlib1g
|
RUN install_packages ca-certificates curl procps zlib1g
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"jre-21.0.6-10-1-linux-${OS_ARCH}-debian-12" \
|
"jre-21.0.7-9-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"spring-cloud-dataflow-composed-task-runner-2.11.5-2-linux-${OS_ARCH}-debian-12" \
|
"spring-cloud-dataflow-composed-task-runner-2.11.5-2-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -41,8 +41,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
|||||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
||||||
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
|
||||||
done
|
done
|
||||||
RUN apt-get autoremove --purge -y curl && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
apt-get update && apt-get upgrade -y && \
|
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-12",
|
"distro": "debian-12",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "21.0.6-10-1"
|
"version": "21.0.7-9-0"
|
||||||
},
|
},
|
||||||
"spring-cloud-dataflow-composed-task-runner": {
|
"spring-cloud-dataflow-composed-task-runner": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
Reference in New Issue
Block a user