mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
[bitnami/spring-cloud-dataflow-composed-task-runner] Release 2.10.2-debian-11-r0 (#26732)
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-03-07T23:21:41Z" \
|
||||
org.opencontainers.image.created="2023-03-08T17:23:32Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.10.1-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="2.10.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="spring-cloud-dataflow-composed-task-runner" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.10.1"
|
||||
org.opencontainers.image.version="2.10.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,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.362-2-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-composed-task-runner-2.10.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-composed-task-runner-2.10.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 mkdir /.m2 && chmod -R g+rwX /.m2
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="2.10.1" \
|
||||
ENV APP_VERSION="2.10.2" \
|
||||
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": "48ac754d354cf2dfbe4506b705efce983fd0618d5907b1b7e134e0ac15514dba",
|
||||
"digest": "890c7432deee415bc0ab1e3c594fe56c4ed6fae096d7db4cffb2306de4711624",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.10.1-0"
|
||||
"version": "2.10.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.10.1
|
||||
- 2.10.2
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user