2.7.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-01-21 21:38:53 +00:00
parent c670d5e495
commit 2ca9b34c34
3 changed files with 8 additions and 8 deletions

View File

@@ -13,10 +13,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "81e35af4a12129edc3d2fdd6fd7c4fab2dbdd5fba74eab6fe4576381867a55ab /tmp/bitnami/pkg/cache/java-1.8.275-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.275-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-1.8.275-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-dataflow-shell-2.7.0-0-linux-amd64-debian-10.tar.gz && \
echo "cec11d9f0fb00b930c86994b2b6408ebbc29372f987e813c509a055f11946777 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.7.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.7.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.7.0-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-dataflow-shell-2.7.1-0-linux-amd64-debian-10.tar.gz && \
echo "9f46ee42daa873ee04285d3c47179c627ee7cbc025ab4e99e862413375c260a1 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.7.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.7.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.7.1-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -29,7 +29,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.0-debian-10-r45" \
BITNAMI_IMAGE_VERSION="2.7.1-debian-10-r0" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
PATH="/opt/bitnami/java/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"spring-cloud-dataflow-shell": {
"arch": "amd64",
"digest": "cec11d9f0fb00b930c86994b2b6408ebbc29372f987e813c509a055f11946777",
"digest": "9f46ee42daa873ee04285d3c47179c627ee7cbc025ab4e99e862413375c260a1",
"distro": "debian-10",
"type": "NAMI",
"version": "2.7.0-0"
"version": "2.7.1-0"
}
}

View File

@@ -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.0`, `2.7.0-debian-10-r45`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.7.0-debian-10-r45/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.7.1`, `2.7.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.7.1-debian-10-r0/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).