2.9.4-debian-10-r0 release
This commit is contained in:
parent
77dcd0bd8f
commit
495a693425
|
|
@ -13,10 +13,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "d5670d09ac0e679ae28306e417e77e91b44051908ca3a82259efcd70764b996f /tmp/bitnami/pkg/cache/java-1.8.322-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-8-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.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8fba8073696f7c114cba556d2eb8fbbd47592ac4452833b17831fb06e10fb5e8 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.3-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.9.3-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.9.4-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3c9c88c0bc22079cf531ea380c7883581efda25a6a402849a63c032dc45543bc /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-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.9.4-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
|
||||
|
|
@ -28,9 +28,9 @@ 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.9.3" \
|
||||
ENV APP_VERSION="2.9.4" \
|
||||
BITNAMI_APP_NAME="spring-cloud-dataflow-shell" \
|
||||
BITNAMI_IMAGE_VERSION="2.9.3-debian-10-r10" \
|
||||
BITNAMI_IMAGE_VERSION="2.9.4-debian-10-r0" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"spring-cloud-dataflow-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "8fba8073696f7c114cba556d2eb8fbbd47592ac4452833b17831fb06e10fb5e8",
|
||||
"digest": "3c9c88c0bc22079cf531ea380c7883581efda25a6a402849a63c032dc45543bc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.3-0"
|
||||
"version": "2.9.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.3`, `2.9.3-debian-10-r10`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.9.3-debian-10-r10/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.9.4`, `2.9.4-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.9.4-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue