1.14.4-debian-10-r0 release
This commit is contained in:
parent
962fe9c500
commit
9e1d30b21a
|
|
@ -13,7 +13,7 @@ COPY prebuildfs /
|
|||
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-8" --checksum d5670d09ac0e679ae28306e417e77e91b44051908ca3a82259efcd70764b996f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "geode" "1.14.3-4" --checksum a2bac7d6c25f80fd8228c72cf3b6628d263c56a50ac313aa9a937b348257dc5a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "geode" "1.14.4-0" --checksum a958da3d95469e6396b9c2f542d1de8354e003b684889c096f624399cf15823f
|
||||
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-r32" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.4-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/geode/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"geode": {
|
||||
"arch": "amd64",
|
||||
"digest": "a2bac7d6c25f80fd8228c72cf3b6628d263c56a50ac313aa9a937b348257dc5a",
|
||||
"digest": "a958da3d95469e6396b9c2f542d1de8354e003b684889c096f624399cf15823f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.3-4"
|
||||
"version": "1.14.4-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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-r32`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-geode/blob/1.14.3-debian-10-r32/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.14.4`, `1.14.4-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-geode/blob/1.14.4-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/geode GitHub repo](https://github.com/bitnami/bitnami-docker-geode).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue