2.9.4-debian-11-r13 release
This commit is contained in:
parent
33616bd486
commit
e37efd7913
|
|
@ -12,10 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "02a91d298bbe3bb5d240f635802a50b2970b19eba960c1804b7275f88a944bb3 /tmp/bitnami/pkg/cache/java-1.8.333-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.333-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.333-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-dataflow-shell-2.9.4-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "eee3249bde762819163ae7a740796cfb8eb200022353f328a67478fe3a16d259 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-dataflow-shell-2.9.4-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7c68cc9a83c095e90002f0ab575f376e539e2d6e07e648f75479bbe80d05161e /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.9.4-151-linux-amd64-debian-11.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
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"spring-cloud-dataflow-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "eee3249bde762819163ae7a740796cfb8eb200022353f328a67478fe3a16d259",
|
||||
"digest": "7c68cc9a83c095e90002f0ab575f376e539e2d6e07e648f75479bbe80d05161e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.4-150"
|
||||
"version": "2.9.4-151"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `2.9.4`, `2.9.4-debian-11-r12`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.9.4-debian-11-r12/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.9.4`, `2.9.4-debian-11-r13`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-shell/blob/2.9.4-debian-11-r13/2/debian-11/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