diff --git a/bitnami/drupal/10/debian-12/Dockerfile b/bitnami/drupal/10/debian-12/Dockerfile index a21519c4a2cc..ac8ebd477534 100644 --- a/bitnami/drupal/10/debian-12/Dockerfile +++ b/bitnami/drupal/10/debian-12/Dockerfile @@ -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" diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index d633681a3436..05a745a57890 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -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