[bitnami/ghost] Release 5.82.8-debian-12-r1 (#66500)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-05-09 17:09:33 +02:00
committed by GitHub
parent 40f25f61c0
commit ebf563d59a
2 changed files with 7 additions and 4 deletions

View File

@@ -7,11 +7,11 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-05-08T22:14:02Z" \
org.opencontainers.image.created="2024-05-09T14:18:48Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/ghost/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.82.8-debian-12-r0" \
org.opencontainers.image.ref.name="5.82.8-debian-12-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \
org.opencontainers.image.title="ghost" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@@ -49,6 +49,8 @@ ghost_env_vars=(
GHOST_DATABASE_ENABLE_SSL
GHOST_DATABASE_SSL_CA_FILE
BLOG_TITLE
SMTP_FROM
GHOST_EMAIL
SMTP_HOST
SMTP_PORT
GHOST_SMTP_PORT
@@ -107,10 +109,11 @@ export GHOST_PASSWORD="${GHOST_PASSWORD:-bitnami123}" # only used during the fir
export GHOST_EMAIL="${GHOST_EMAIL:-user@example.com}" # only used during the first initialization
# Ghost SMTP credentials
GHOST_SMTP_HOST="${GHOST_SMTP_HOST:-"${SMTP_HOST:-}"}"
export GHOST_SMTP_HOST="${GHOST_SMTP_HOST:-}" # only used during the first initialization
GHOST_SMTP_FROM_ADDRESS="${GHOST_SMTP_FROM_ADDRESS:-"${SMTP_FROM:-}"}"
GHOST_SMTP_FROM_ADDRESS="${GHOST_SMTP_FROM_ADDRESS:-"${GHOST_EMAIL:-}"}"
export GHOST_SMTP_FROM_ADDRESS="${GHOST_SMTP_FROM_ADDRESS:-}" # only used during the first initialization
GHOST_SMTP_HOST="${GHOST_SMTP_HOST:-"${SMTP_HOST:-}"}"
export GHOST_SMTP_HOST="${GHOST_SMTP_HOST:-}" # only used during the first initialization
GHOST_SMTP_PORT_NUMBER="${GHOST_SMTP_PORT_NUMBER:-"${SMTP_PORT:-}"}"
GHOST_SMTP_PORT_NUMBER="${GHOST_SMTP_PORT_NUMBER:-"${GHOST_SMTP_PORT:-}"}"
export GHOST_SMTP_PORT_NUMBER="${GHOST_SMTP_PORT_NUMBER:-}" # only used during the first initialization