4.10.2-debian-10-r3 release

This commit is contained in:
Bitnami Bot 2021-07-30 05:06:36 +00:00
parent 62c85805cb
commit 26e27ee4c6
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 jq libaudit1 libbz2-1.0 libc6 libcap-ng0 libffi6 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libncursesw6 libpam0g libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.11-0" --checksum 28b91ef5db9ad93e704881400703e4085bd82f016be15e3cf8760df044da9490
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.17.3-2" --checksum c47c559cc4696938d59b58806bcd2c41a665646d89b7fe3c16a7674badc2cacd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.17.4-0" --checksum b8d99ebde08907038f649460bf89253fe88c34aa1ca934f8598a8ebdb6a87e1c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.30-0" --checksum 47107f86621bb184307e47bbb15244d076575f0e0f7d339f198ef312b6f3f285
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.10.2-0" --checksum 1d94364af65d70815dc434168ae612e37e81fa3d710fd3d544f5f733c60375b1
@ -21,7 +21,7 @@ RUN /opt/bitnami/scripts/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="ghost" \
BITNAMI_IMAGE_VERSION="4.10.2-debian-10-r2" \
BITNAMI_IMAGE_VERSION="4.10.2-debian-10-r3" \
LD_PRELOAD="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="ghost" \
MARIADB_HOST="mariadb" \

View File

@ -22,10 +22,10 @@
},
"node": {
"arch": "amd64",
"digest": "c47c559cc4696938d59b58806bcd2c41a665646d89b7fe3c16a7674badc2cacd",
"digest": "b8d99ebde08907038f649460bf89253fe88c34aa1ca934f8598a8ebdb6a87e1c",
"distro": "debian-10",
"type": "NAMI",
"version": "14.17.3-2"
"version": "14.17.4-0"
},
"python": {
"arch": "amd64",

View File

@ -41,7 +41,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/).
- [`4`, `4-debian-10`, `4.10.2`, `4.10.2-debian-10-r2`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.10.2-debian-10-r2/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.10.2`, `4.10.2-debian-10-r3`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.10.2-debian-10-r3/4/debian-10/Dockerfile)
- [`3`, `3-debian-10`, `3.42.5`, `3.42.5-debian-10-r86` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.5-debian-10-r86/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).