mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
[bitnami/spring-cloud-dataflow-shell] Release 2.10.1-debian-11-r0 (#24406)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -2,14 +2,14 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T18:27:41Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.10.0-debian-11-r22" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/spring-cloud-dataflow-shell" \
|
||||
org.opencontainers.image.ref.name="2.10.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="spring-cloud-dataflow-shell" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.10.0"
|
||||
org.opencontainers.image.version="2.10.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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-0-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-shell-2.10.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"java-1.8.362-1-linux-${OS_ARCH}-debian-11" \
|
||||
"spring-cloud-dataflow-shell-2.10.1-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.0" \
|
||||
ENV APP_VERSION="2.10.1" \
|
||||
BITNAMI_APP_NAME="spring-cloud-dataflow-shell" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "19976426bb1d50974588dbe1fece1d8e54dc9932d15dd6b81b37fdf2c8307495",
|
||||
"digest": "5bd5372669617e425c32344e8ce1558d9402474acf2c7ed8ccd54c3fbcca7ce1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.362-0"
|
||||
"version": "1.8.362-1"
|
||||
},
|
||||
"spring-cloud-dataflow-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "867cba6a89ba8e163617126a886dfefd67f504168abb3b89e3a47b5ce20ae77b",
|
||||
"digest": "92f7f1e555ce52a10a6620977f6d389b441a07e64ebd1dca8861c1f0acde7dff",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.10.0-1"
|
||||
"version": "2.10.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.10.0
|
||||
- 2.10.1
|
||||
- latest
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
|
||||
[Overview of Spring Cloud Data Flow Shell](https://github.com/spring-cloud/spring-cloud-dataflow)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
|
||||
Reference in New Issue
Block a user