mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
[bitnami/spring-cloud-dataflow-shell] Release 2.10.2-debian-11-r0 (#26738)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-07T23:30:57Z" \
|
||||
org.opencontainers.image.created="2023-03-08T17:25:57Z" \
|
||||
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-shell" \
|
||||
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}" \
|
||||
@@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libgcc-s1 locales 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-shell-2.10.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-shell-2.10.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN touch /opt/bitnami/spring-cloud-dataflow-shell/spring-cloud-dataflow-shell.l
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV APP_VERSION="2.10.1" \
|
||||
ENV APP_VERSION="2.10.2" \
|
||||
BITNAMI_APP_NAME="spring-cloud-dataflow-shell" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"spring-cloud-dataflow-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "92f7f1e555ce52a10a6620977f6d389b441a07e64ebd1dca8861c1f0acde7dff",
|
||||
"digest": "28f553b60fb60cba9a9fe6c058a7423e41566e37c0748770a7db729f468fe298",
|
||||
"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