2.7.1-debian-10-r72 release
This commit is contained in:
parent
d0117f8a35
commit
a57136dded
|
|
@ -27,7 +27,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 BITNAMI_APP_NAME="spring-cloud-dataflow-shell" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.1-debian-10-r71" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.1-debian-10-r72" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ version: '2'
|
|||
|
||||
services:
|
||||
spring-cloud-dataflow-shell:
|
||||
image: docker.io/bitnami/spring-cloud-dataflow-shell:2-debian-10
|
||||
image: docker.io/bitnami/spring-cloud-dataflow-shell:2
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ if [[ "$WITH_ALL_LOCALES" =~ ^(yes|true|1)$ ]]; then
|
|||
echo "Enabling all locales"
|
||||
cp "$SUPPORTED_LOCALES_FILE" "$LOCALES_FILE"
|
||||
else
|
||||
# shellcheck disable=SC2001
|
||||
LOCALES_TO_ADD="$(sed 's/[,;]\s*/\n/g' <<< "$EXTRA_LOCALES")"
|
||||
while [[ -n "$LOCALES_TO_ADD" ]] && read -r locale; do
|
||||
echo "Enabling locale ${locale}"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name spring-cloud-dataflow-shell bitnami/spring-cloud-dataflow-sh
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.7.1`, `2.7.1-debian-10-r71`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.7.1-debian-10-r71/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.7.1`, `2.7.1-debian-10-r72`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.7.1-debian-10-r72/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/spring-cloud-dataflow-shell GitHub repo](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell).
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ version: '2'
|
|||
|
||||
services:
|
||||
spring-cloud-dataflow-shell:
|
||||
image: docker.io/bitnami/spring-cloud-dataflow-shell:2-debian-10
|
||||
image: docker.io/bitnami/spring-cloud-dataflow-shell:2
|
||||
|
|
|
|||
Loading…
Reference in New Issue