2.5.2-debian-10-r36 release
This commit is contained in:
parent
fa3e9a326f
commit
a261580a6c
|
|
@ -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.265-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8 /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.272-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "dcc7827b788cffa756972493c0275ec48a0d9b07ea0dd7c320d1d4ba30a8803c /tmp/bitnami/pkg/cache/java-1.8.272-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.272-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.272-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-skipper-shell-2.5.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "476c56e9d418502d7ce90261b40439e18b2834ff7b6ec95e8048363240f0b5f9 /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.5.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.5.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
|
|
@ -29,7 +29,7 @@ RUN touch /opt/bitnami/spring-cloud-skipper-shell/spring-cloud-skipper-shell.log
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV BITNAMI_APP_NAME="spring-cloud-skipper-shell" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.2-debian-10-r35" \
|
||||
BITNAMI_IMAGE_VERSION="2.5.2-debian-10-r36" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8",
|
||||
"digest": "dcc7827b788cffa756972493c0275ec48a0d9b07ea0dd7c320d1d4ba30a8803c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.265-0"
|
||||
"version": "1.8.272-0"
|
||||
},
|
||||
"spring-cloud-skipper-shell": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name spring-cloud-skipper-shell bitnami/spring-cloud-skipper-shel
|
|||
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.5.2`, `2.5.2-debian-10-r35`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.5.2-debian-10-r35/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.5.2`, `2.5.2-debian-10-r36`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.5.2-debian-10-r36/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/spring-cloud-skipper-shell GitHub repo](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue