2.8.4-debian-10-r0 release
This commit is contained in:
parent
f6ce2a3d7c
commit
a4aaba40ff
|
|
@ -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-skipper-shell-2.8.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5497f2925bc6b56240b7437ae0f3258e4c2d4cdcb27b998e4b67f6ba3e65a1d3 /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.3-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.8.4-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "7c98b6302113445a4b55cd5195e8baead1dcb63067a979335f0960ed05b70b90 /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.4-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.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-skipper-shell/spring-cloud-skipper-shell.log
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV APP_VERSION="2.8.3" \
|
||||
ENV APP_VERSION="2.8.4" \
|
||||
BITNAMI_APP_NAME="spring-cloud-skipper-shell" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.3-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.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-skipper-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "5497f2925bc6b56240b7437ae0f3258e4c2d4cdcb27b998e4b67f6ba3e65a1d3",
|
||||
"digest": "7c98b6302113445a4b55cd5195e8baead1dcb63067a979335f0960ed05b70b90",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.3-0"
|
||||
"version": "2.8.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,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.8.3`, `2.8.3-debian-10-r11`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.8.3-debian-10-r11/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.8.4`, `2.8.4-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.8.4-debian-10-r0/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