2.9.2-debian-10-r2 release

This commit is contained in:
Bitnami Bot 2022-01-22 06:49:28 +00:00
parent a328619d59
commit 426734604f
3 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 libgcc1 locales procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.322-0-linux-amd64-debian-10.tar.gz && \
echo "e1b8b248cde947fbaa50ebab0f6a0de5181aff576ba8dec8f9981f2abd0c1705 /tmp/bitnami/pkg/cache/java-1.8.322-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.322-1-linux-amd64-debian-10.tar.gz && \
echo "064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee /tmp/bitnami/pkg/cache/java-1.8.322-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-1-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.9.2-1-linux-amd64-debian-10.tar.gz && \
echo "307bebec25e0e389b2f644602dee89512ce5f810f090b11d302148a67783abe0 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@ -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.9.2-debian-10-r1" \
BITNAMI_IMAGE_VERSION="2.9.2-debian-10-r2" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
PATH="/opt/bitnami/java/bin:$PATH"

View File

@ -1,10 +1,10 @@
{
"java": {
"arch": "amd64",
"digest": "e1b8b248cde947fbaa50ebab0f6a0de5181aff576ba8dec8f9981f2abd0c1705",
"digest": "064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee",
"distro": "debian-10",
"type": "NAMI",
"version": "1.8.322-0"
"version": "1.8.322-1"
},
"spring-cloud-dataflow-shell": {
"arch": "amd64",

View File

@ -31,7 +31,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.9.2`, `2.9.2-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.9.2-debian-10-r1/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.9.2`, `2.9.2-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.9.2-debian-10-r2/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).