2.8.2-debian-10-r25 release
This commit is contained in:
parent
5ff3b070f1
commit
8b7edb3d2d
|
|
@ -9,14 +9,14 @@ 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-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "02f54928e3049660ccebfc9a6d348bfaf27c9eb5abf70ebad45962b88f38473d /tmp/bitnami/pkg/cache/java-1.8.322-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-4-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.2-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2e9dcbf9be23ef713460dfb4551a4b35208760b249a261b0c0686699bb96b4a7 /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.2-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.2-3-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.2-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-1.8.322-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5bea54f21135133d1d0df7486e419d204f846d8acac4c83e1c6359a703fc9244 /tmp/bitnami/pkg/cache/java-1.8.322-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.322-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/java-1.8.322-5-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.2-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "30960f1567f63f4aaf0e3749a43a04839de51a1ad89ddab8c5e60313f60b7043 /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.2-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-skipper-shell-2.8.2-4-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.2-4-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
|
||||
|
|
@ -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.8.2-debian-10-r24" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.2-debian-10-r25" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "02f54928e3049660ccebfc9a6d348bfaf27c9eb5abf70ebad45962b88f38473d",
|
||||
"digest": "5bea54f21135133d1d0df7486e419d204f846d8acac4c83e1c6359a703fc9244",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.322-4"
|
||||
"version": "1.8.322-5"
|
||||
},
|
||||
"spring-cloud-skipper-shell": {
|
||||
"arch": "amd64",
|
||||
"digest": "2e9dcbf9be23ef713460dfb4551a4b35208760b249a261b0c0686699bb96b4a7",
|
||||
"digest": "30960f1567f63f4aaf0e3749a43a04839de51a1ad89ddab8c5e60313f60b7043",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.2-3"
|
||||
"version": "2.8.2-4"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.2`, `2.8.2-debian-10-r24`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.8.2-debian-10-r24/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.8.2`, `2.8.2-debian-10-r25`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper-shell/blob/2.8.2-debian-10-r25/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