2.8.2-debian-10-r27 release

This commit is contained in:
Bitnami Bot 2022-02-11 21:34:44 +00:00
parent 7a9a2143b4
commit eb29e58baa
3 changed files with 14 additions and 14 deletions

View File

@ -11,10 +11,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
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.322-4" --checksum 02f54928e3049660ccebfc9a6d348bfaf27c9eb5abf70ebad45962b88f38473d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.19.1-0" --checksum fc3246374edb10a2d65df05c27187396ade8f91cb86e38b071704dcadde13802
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-skipper" "2.8.2-4" --checksum 895b832603beccd6bd469cdcf2036ce176988e784ecbd0c1398557c80e4b65b5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-5" --checksum 5bea54f21135133d1d0df7486e419d204f846d8acac4c83e1c6359a703fc9244
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.19.1-1" --checksum 1863ee94778156c1cb56e24f07083d2e7f00cc1ba04d697c5d5ceb10965a0ee8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-skipper" "2.8.2-5" --checksum 63e7c443b5275b580739e432258bd7d77a067365506df5a08da852e2c869c54e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -23,7 +23,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/spring-cloud-skipper/postunpack.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV BITNAMI_APP_NAME="spring-cloud-skipper" \
BITNAMI_IMAGE_VERSION="2.8.2-debian-10-r26" \
BITNAMI_IMAGE_VERSION="2.8.2-debian-10-r27" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -1,30 +1,30 @@
{
"gosu": {
"arch": "amd64",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-3"
"version": "1.14.0-4"
},
"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": {
"arch": "amd64",
"digest": "895b832603beccd6bd469cdcf2036ce176988e784ecbd0c1398557c80e4b65b5",
"digest": "63e7c443b5275b580739e432258bd7d77a067365506df5a08da852e2c869c54e",
"distro": "debian-10",
"type": "NAMI",
"version": "2.8.2-4"
"version": "2.8.2-5"
},
"yq": {
"arch": "amd64",
"digest": "fc3246374edb10a2d65df05c27187396ade8f91cb86e38b071704dcadde13802",
"digest": "1863ee94778156c1cb56e24f07083d2e7f00cc1ba04d697c5d5ceb10965a0ee8",
"distro": "debian-10",
"type": "NAMI",
"version": "4.19.1-0"
"version": "4.19.1-1"
}
}

View File

@ -42,7 +42,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.8.2`, `2.8.2-debian-10-r26`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper/blob/2.8.2-debian-10-r26/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.8.2`, `2.8.2-debian-10-r27`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-skipper/blob/2.8.2-debian-10-r27/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).