2.6.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-01-22 08:21:50 +00:00
parent 3d999704d9
commit 7f6842deea
3 changed files with 8 additions and 8 deletions

View File

@@ -9,9 +9,9 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.275-0" --checksum 81e35af4a12129edc3d2fdd6fd7c4fab2dbdd5fba74eab6fe4576381867a55ab
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.282-0" --checksum 473d0ab64adfe82d84dd810c28e0f22242eeffbaf74a85febf7586ce013aa7ba
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "3.4.1-0" --checksum c88c76a7b5214407821771e5fc340f0320d5ded19eada938629603a982b8b640
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-skipper" "2.6.0-0" --checksum 3ef12a4c65a6f5f252ced90215924963868cb9b8eee5a07d718210d366339ecb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-skipper" "2.6.1-0" --checksum dc0918f5b86ea9cfe8c0b358dc6c613a4cd69ef3f083573a8cb1ea0b88437037
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/spring-cloud-skipper/postunpack.sh
ENV BITNAMI_APP_NAME="spring-cloud-skipper" \
BITNAMI_IMAGE_VERSION="2.6.0-debian-10-r50" \
BITNAMI_IMAGE_VERSION="2.6.1-debian-10-r0" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001

View File

@@ -8,17 +8,17 @@
},
"java": {
"arch": "amd64",
"digest": "81e35af4a12129edc3d2fdd6fd7c4fab2dbdd5fba74eab6fe4576381867a55ab",
"digest": "473d0ab64adfe82d84dd810c28e0f22242eeffbaf74a85febf7586ce013aa7ba",
"distro": "debian-10",
"type": "NAMI",
"version": "1.8.275-0"
"version": "1.8.282-0"
},
"spring-cloud-skipper": {
"arch": "amd64",
"digest": "3ef12a4c65a6f5f252ced90215924963868cb9b8eee5a07d718210d366339ecb",
"digest": "dc0918f5b86ea9cfe8c0b358dc6c613a4cd69ef3f083573a8cb1ea0b88437037",
"distro": "debian-10",
"type": "NAMI",
"version": "2.6.0-0"
"version": "2.6.1-0"
},
"yq": {
"arch": "amd64",

View File

@@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom
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.6.0`, `2.6.0-debian-10-r50`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper/blob/2.6.0-debian-10-r50/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.6.1`, `2.6.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper/blob/2.6.1-debian-10-r0/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/spring-cloud-skipper GitHub repo](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper).