mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 06:48:08 +08:00
[bitnami/spring-cloud-dataflow-composed-task-runner] Release 2.10.0-debian-11-r0 (#16563)
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" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.9.6-debian-11-r20" \
|
||||
org.opencontainers.image.ref.name="2.10.0-debian-11-r0" \
|
||||
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.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.9.6"
|
||||
org.opencontainers.image.version="2.10.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libgcc-s1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-1.8.352-2-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-composed-task-runner-2.9.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-composed-task-runner-2.10.0-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 mkdir /.m2 && chmod -R g+rwX /.m2
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="2.9.6" \
|
||||
ENV APP_VERSION="2.10.0" \
|
||||
BITNAMI_APP_NAME="spring-cloud-dataflow-composed-task-runner" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"spring-cloud-dataflow-composed-task-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "78edd7767f4beb37fc51edbb4ddee87d719e3e513c6913c261743e41671886e4",
|
||||
"digest": "1334c867d7d3867f9b234e650cb95b51b71a02625fd9cafd46d36a043359127f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.6-1"
|
||||
"version": "2.10.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.9.6"
|
||||
- "2.10.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user