2.7.1-debian-10-r59 release

This commit is contained in:
Bitnami Bot
2021-08-27 04:55:58 +00:00
parent 5f3a2c61fb
commit 331df13599
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ 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.302-0" --checksum 59c0b7440797c7110c76959dbbce5235359b52adf62f99218b2718c04f2d67b6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.12.0-0" --checksum 431d61b51a6451b6896af533581d40e0f4d28732d9eca6145ec109b178c7049c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.12.1-0" --checksum 462d59e9908cddf4fb044b499d4352202e3354121e0d3c63e047fee0885f43df
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-skipper" "2.7.1-0" --checksum a304916fc6e7547de71bf8a87c685108a5b1ec26958ca622de1574c2d132bfd7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@@ -18,7 +18,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.7.1-debian-10-r58" \
BITNAMI_IMAGE_VERSION="2.7.1-debian-10-r59" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001

View File

@@ -22,9 +22,9 @@
},
"yq": {
"arch": "amd64",
"digest": "431d61b51a6451b6896af533581d40e0f4d28732d9eca6145ec109b178c7049c",
"digest": "462d59e9908cddf4fb044b499d4352202e3354121e0d3c63e047fee0885f43df",
"distro": "debian-10",
"type": "NAMI",
"version": "4.12.0-0"
"version": "4.12.1-0"
}
}

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.7.1`, `2.7.1-debian-10-r58`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper/blob/2.7.1-debian-10-r58/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.7.1`, `2.7.1-debian-10-r59`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper/blob/2.7.1-debian-10-r59/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).