[bitnami/ghost] Release 5.80.5-debian-12-r0 (#63970)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-03-21 13:18:37 +01:00
committed by GitHub
parent f7ff2144f2
commit 92a0d0e34f
4 changed files with 16 additions and 7 deletions

View File

@@ -7,13 +7,13 @@ 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-03-18T11:55:01Z" \
org.opencontainers.image.created="2024-03-21T11:23:02Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="5.80.4-debian-12-r0" \
org.opencontainers.image.ref.name="5.80.5-debian-12-r0" \
org.opencontainers.image.title="ghost" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="5.80.4"
org.opencontainers.image.version="5.80.5"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
"python-3.11.8-3-linux-${OS_ARCH}-debian-12" \
"node-18.19.1-0-linux-${OS_ARCH}-debian-12" \
"mysql-client-10.11.7-1-linux-${OS_ARCH}-debian-12" \
"ghost-5.80.4-0-linux-${OS_ARCH}-debian-12" \
"ghost-5.80.5-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/ghost/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APP_VERSION="5.80.4" \
ENV APP_VERSION="5.80.5" \
BITNAMI_APP_NAME="ghost" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/ghost/bin:$PATH"

View File

@@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "5.80.4-0"
"version": "5.80.5-0"
},
"mysql-client": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "5"
- 5-debian-12
- 5.80.4
- 5.80.5
- latest

View File

@@ -205,15 +205,24 @@ docker run -d --name ghost \
| `GHOST_EXTERNAL_HTTP_PORT_NUMBER` | External HTTP port for Ghost. | `80` |
| `GHOST_EXTERNAL_HTTPS_PORT_NUMBER` | External HTTPS port for Ghost. | `443` |
| `GHOST_HOST` | Ghost host name. | `localhost` |
| `GHOST_PORT_NUMBER` | Port number in which Ghost will run. | `nil` |
| `GHOST_BLOG_TITLE` | Ghost blog title. | `"User's blog"` |
| `GHOST_SKIP_BOOTSTRAP` | Whether to perform initial bootstrapping for the application. | `nil` |
| `GHOST_USERNAME` | Ghost user name. | `user` |
| `GHOST_PASSWORD` | Ghost user password. | `bitnami123` |
| `GHOST_EMAIL` | Ghost user e-mail address. | `user@example.com` |
| `GHOST_SMTP_HOST` | Ghost SMTP server host. | `nil` |
| `GHOST_SMTP_PORT_NUMBER` | Ghost SMTP server port number. | `nil` |
| `GHOST_SMTP_USER` | Ghost SMTP server user. | `nil` |
| `GHOST_SMTP_PASSWORD` | Ghost SMTP server user password. | `nil` |
| `GHOST_SMTP_PROTOCOL` | Ghost SMTP server protocol to use. | `nil` |
| `GHOST_DATABASE_HOST` | Database server host. | `$GHOST_DEFAULT_DATABASE_HOST` |
| `GHOST_DATABASE_PORT_NUMBER` | Database server port. | `3306` |
| `GHOST_DATABASE_NAME` | Database name. | `bitnami_ghost` |
| `GHOST_DATABASE_USER` | Database user name. | `bn_ghost` |
| `GHOST_DATABASE_PASSWORD` | Database user password. | `nil` |
| `GHOST_DATABASE_ENABLE_SSL` | Whether to enable SSL for database connection | `no` |
| `GHOST_DATABASE_SSL_CA_FILE` | Path to the database SSL CA file | `nil` |
#### Read-only environment variables