1.14.3-debian-10-r15 release

This commit is contained in:
Bitnami Bot 2022-02-12 01:58:28 +00:00
parent 4329c6c128
commit 8271f19251
3 changed files with 11 additions and 11 deletions

View File

@ -11,9 +11,9 @@ 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 jq libc6 libgcc1 ncurses-bin 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 "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "geode" "1.14.3-0" --checksum c457f477dbfad4afa6ee492b2d94ab28b970b28f4a2ac2c8e3b7a9b79fbe0c9a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-5" --checksum 5bea54f21135133d1d0df7486e419d204f846d8acac4c83e1c6359a703fc9244
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "geode" "1.14.3-1" --checksum 634379bf59dad39fa29984bf4863a19fa116ea6ea51f7cad163fb72ae7d2714e
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -22,7 +22,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/geode/postunpack.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV BITNAMI_APP_NAME="geode" \
BITNAMI_IMAGE_VERSION="1.14.3-debian-10-r14" \
BITNAMI_IMAGE_VERSION="1.14.3-debian-10-r15" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/geode/bin:$PATH"

View File

@ -1,23 +1,23 @@
{
"geode": {
"arch": "amd64",
"digest": "c457f477dbfad4afa6ee492b2d94ab28b970b28f4a2ac2c8e3b7a9b79fbe0c9a",
"digest": "634379bf59dad39fa29984bf4863a19fa116ea6ea51f7cad163fb72ae7d2714e",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.3-0"
"version": "1.14.3-1"
},
"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"
}
}

View File

@ -43,7 +43,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/).
* [`1`, `1-debian-10`, `1.14.3`, `1.14.3-debian-10-r14`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-geode/blob/1.14.3-debian-10-r14/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.14.3`, `1.14.3-debian-10-r15`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-geode/blob/1.14.3-debian-10-r15/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/geode GitHub repo](https://github.com/bitnami/bitnami-docker-geode).