[bitnami/drupal] Release 10.2.4-debian-12-r3 (#63930)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-03-20 12:17:16 +01:00 committed by GitHub
parent 0344826c18
commit 69e9e5c5e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View File

@ -7,10 +7,10 @@ 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-18T19:28:23Z" \
org.opencontainers.image.created="2024-03-20T10:31:22Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="10.2.4-debian-12-r2" \
org.opencontainers.image.ref.name="10.2.4-debian-12-r3" \
org.opencontainers.image.title="drupal" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="10.2.4"

View File

@ -203,15 +203,24 @@ docker run -d --name drupal \
| `DRUPAL_DATA_TO_PERSIST` | Files to persist relative to the Drupal installation directory. To provide multiple values, separate them with a whitespace. | `sites/ themes/ modules/ profiles/` |
| `DRUPAL_PROFILE` | Drupal installation profile. | `standard` |
| `DRUPAL_SITE_NAME` | Drupal blog name. | `My blog` |
| `DRUPAL_SKIP_BOOTSTRAP` | Whether to perform initial bootstrapping for the application. | `nil` |
| `DRUPAL_ENABLE_MODULES` | Comma or space separated list of installed modules to enable during the first initialization. | `nil` |
| `DRUPAL_CONFIG_SYNC_DIR` | Drupal sync configuration directory location. Only used when `DRUPAL_SKIP_BOOTSTRAP` is enabled. | `nil` |
| `DRUPAL_HASH_SALT` | Drupal string used to generate random values. Only used when `DRUPAL_SKIP_BOOTSTRAP` is enabled. | `nil` |
| `DRUPAL_USERNAME` | Drupal user name. | `user` |
| `DRUPAL_PASSWORD` | Drupal user password. | `bitnami` |
| `DRUPAL_EMAIL` | Drupal user e-mail address. | `user@example.com` |
| `DRUPAL_SMTP_HOST` | Drupal SMTP server host. | `nil` |
| `DRUPAL_SMTP_PORT_NUMBER` | Drupal SMTP server port number. | `25` |
| `DRUPAL_SMTP_USER` | Drupal SMTP server user. | `nil` |
| `DRUPAL_SMTP_PASSWORD` | Drupal SMTP server user password. | `nil` |
| `DRUPAL_SMTP_PROTOCOL` | Drupal SMTP server protocol. | `standard` |
| `DRUPAL_DATABASE_HOST` | Database server host. | `$DRUPAL_DEFAULT_DATABASE_HOST` |
| `DRUPAL_DATABASE_PORT_NUMBER` | Database server port. | `3306` |
| `DRUPAL_DATABASE_NAME` | Database name. | `bitnami_drupal` |
| `DRUPAL_DATABASE_USER` | Database user name. | `bn_drupal` |
| `DRUPAL_DATABASE_PASSWORD` | Database user password. | `nil` |
| `DRUPAL_DATABASE_TLS_CA_FILE` | TLS CA certificate for connections. | `nil` |
#### Read-only environment variables