4.41.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-03-25 19:40:31 +00:00
parent bf30cde5fe
commit ec97ba7754
7 changed files with 9 additions and 11 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.41.2-0" --checksum 7c0c88395b7ca7e4a588251063c5f49406a2879dc8ea07598f8dbc5e471b4c0e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.41.3-0" --checksum 41aef4493879786a5f1a478536b53993f64dd98c1ad1f2ebafa039d0ae8389a7
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -21,9 +21,9 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APP_VERSION="4.41.2" \
ENV APP_VERSION="4.41.3" \
BITNAMI_APP_NAME="ghost" \
BITNAMI_IMAGE_VERSION="4.41.2-debian-10-r1" \
BITNAMI_IMAGE_VERSION="4.41.3-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": "7c0c88395b7ca7e4a588251063c5f49406a2879dc8ea07598f8dbc5e471b4c0e",
"digest": "41aef4493879786a5f1a478536b53993f64dd98c1ad1f2ebafa039d0ae8389a7",
"distro": "debian-10",
"type": "NAMI",
"version": "4.41.2-0"
"version": "4.41.3-0"
},
"gosu": {
"arch": "amd64",

View File

@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library
# shellcheck disable=SC1090,SC1091
. /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami"

View File

@ -1,6 +1,6 @@
#!/bin/bash
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
set -o errexit
set -o nounset

View File

@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library
# shellcheck disable=SC1090,SC1091
. /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami"

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.41.2`, `4.41.2-debian-10-r1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.41.2-debian-10-r1/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.41.3`, `4.41.3-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.41.3-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).