4.9.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-07-08 16:25:44 +00:00
parent c8c7e43431
commit bb34f18da3
3 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.11-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.17.3-0" --checksum 2ca18a139322e5284f945eee6730c38bfdb238bdf4e5fa15f34ab6a4f1a3b69a
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.9.0-0" --checksum a456f374bcc679550e9de9e186ca172e639d929a187afdd075dad2d0dafb2f5e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.9.1-0" --checksum a970d20644f1bc88322d915c63ce49b89be2ba35c51fd95e320fabff1a05afe5
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
@ -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.9.0-debian-10-r0" \
BITNAMI_IMAGE_VERSION="4.9.1-debian-10-r0" \
LD_PRELOAD="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="ghost" \
MARIADB_HOST="mariadb" \

View File

@ -1,10 +1,10 @@
{
"ghost": {
"arch": "amd64",
"digest": "a456f374bcc679550e9de9e186ca172e639d929a187afdd075dad2d0dafb2f5e",
"digest": "a970d20644f1bc88322d915c63ce49b89be2ba35c51fd95e320fabff1a05afe5",
"distro": "debian-10",
"type": "NAMI",
"version": "4.9.0-0"
"version": "4.9.1-0"
},
"gosu": {
"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.9.0`, `4.9.0-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.9.0-debian-10-r0/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.9.1`, `4.9.1-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.9.1-debian-10-r0/4/debian-10/Dockerfile)
- [`3`, `3-debian-10`, `3.42.5`, `3.42.5-debian-10-r67` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.5-debian-10-r67/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).