4.41.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-03-22 10:02:53 +00:00
parent dd5b34a956
commit d62b3ca8d9
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.13-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0" --checksum 806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.34-4" --checksum bb0089c26028b568dbe8b8875d39cca3c7835c582dda4fcbdcbed599320c57fe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.37.0-1" --checksum 9f1719c1a5c15ad713e9caeb4dc4eb3d78994830d9b807ca674b3c1412c39502
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.41.0-0" --checksum d3e89b7b89b78646531396783b01c7cbba96ab8af079228939730018226f6d70
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/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV BITNAMI_APP_NAME="ghost" \
BITNAMI_IMAGE_VERSION="4.37.0-debian-10-r23" \
BITNAMI_IMAGE_VERSION="4.41.0-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ghost/bin:$PATH"
EXPOSE 2368 3000

View File

@@ -1,10 +1,10 @@
{
"ghost": {
"arch": "amd64",
"digest": "9f1719c1a5c15ad713e9caeb4dc4eb3d78994830d9b807ca674b3c1412c39502",
"digest": "d3e89b7b89b78646531396783b01c7cbba96ab8af079228939730018226f6d70",
"distro": "debian-10",
"type": "NAMI",
"version": "4.37.0-1"
"version": "4.41.0-0"
},
"gosu": {
"arch": "amd64",

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/).
- [`4`, `4-debian-10`, `4.37.0`, `4.37.0-debian-10-r23`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.37.0-debian-10-r23/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.41.0`, `4.41.0-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.41.0-debian-10-r0/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).