mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/joomla] Release 5.0.3-debian-12-r4 (#63936)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-05T11:34:42Z" \
|
||||
org.opencontainers.image.created="2024-03-20T11:21:20Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="5.0.3-debian-12-r3" \
|
||||
org.opencontainers.image.ref.name="5.0.3-debian-12-r4" \
|
||||
org.opencontainers.image.title="joomla" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.0.3"
|
||||
@@ -26,9 +26,9 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
RUN install_packages acl ca-certificates curl libaudit1 libbrotli1 libbsd0 libbz2-1.0 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libexpat1 libffi8 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhashkit2 libhogweed6 libicu72 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.5-0 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl3 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp7 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 libzstd1 openssl procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"render-template-1.0.6-9-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.27-6-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.58-7-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.6-10-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.1.27-8-linux-${OS_ARCH}-debian-12" \
|
||||
"apache-2.4.58-8-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.2.3-1-linux-${OS_ARCH}-debian-12" \
|
||||
"libphp-8.1.27-3-linux-${OS_ARCH}-debian-12" \
|
||||
"joomla-5.0.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.58-7"
|
||||
"version": "2.4.58-8"
|
||||
},
|
||||
"joomla": {
|
||||
"arch": "amd64",
|
||||
@@ -27,12 +27,12 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.27-6"
|
||||
"version": "8.1.27-8"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.6-9"
|
||||
"version": "1.0.6-10"
|
||||
}
|
||||
}
|
||||
@@ -48,6 +48,7 @@ print_image_welcome_page() {
|
||||
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
|
||||
info ""
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
|
||||
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
|
||||
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
|
||||
AddOutputFilterByType DEFLATE application/rss+xml
|
||||
</IfModule>
|
||||
|
||||
@@ -37,3 +37,7 @@ AddType application/x-httpd-php .php
|
||||
DirectoryIndex index.html index.htm index.php
|
||||
EOF
|
||||
ensure_apache_configuration_exists "Include \"${apache_php_conf_file}\""
|
||||
|
||||
# Copy all initially generated configuration files to the default directory
|
||||
# (this is to avoid breaking when entrypoint is being overridden)
|
||||
cp -r "$APACHE_CONF_DIR"/* "$APACHE_DEFAULT_CONF_DIR"
|
||||
|
||||
@@ -204,15 +204,25 @@ docker run -d --name joomla \
|
||||
|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|
|
||||
| `JOOMLA_DATA_TO_PERSIST` | Files to persist relative to the Joomla! installation directory. To provide multiple values, separate them with a whitespace. | `$JOOMLA_BASE_DIR` |
|
||||
| `JOOMLA_LOAD_SAMPLE_DATA` | Load Joomla sample data. | `yes` |
|
||||
| `JOOMLA_SKIP_BOOTSTRAP` | Whether to perform initial bootstrapping for the application. | `nil` |
|
||||
| `JOOMLA_USERNAME` | Joomla! user name. | `user` |
|
||||
| `JOOMLA_PASSWORD` | Joomla! user password. | `bitnami` |
|
||||
| `JOOMLA_EMAIL` | Joomla! user e-mail address. | `user@example.com` |
|
||||
| `JOOMLA_SITE_NAME` | Joomla! site name | `$JOOMLA_DEFAULT_SITE_NAME` |
|
||||
| `JOOMLA_SECRET` | Secret value for data encryption (auto-generated if not provided) | `nil` |
|
||||
| `JOOMLA_SMTP_HOST` | Joomla! SMTP server host. | `nil` |
|
||||
| `JOOMLA_SMTP_PORT_NUMBER` | Joomla! SMTP server port number. | `nil` |
|
||||
| `JOOMLA_SMTP_USER` | Joomla! SMTP server user. | `nil` |
|
||||
| `JOOMLA_SMTP_PASSWORD` | Joomla! SMTP server user password. | `nil` |
|
||||
| `JOOMLA_SMTP_PROTOCOL` | Joomla! SMTP server protocol. | `nil` |
|
||||
| `JOOMLA_SMTP_SENDER_EMAIL` | Joomla! SMTP Sender email. | `nil` |
|
||||
| `JOOMLA_SMTP_SENDER_NAME` | Joomla! SMTP Sender name. | `nil` |
|
||||
| `JOOMLA_DEFAULT_DATABASE_PORT_NUMBER` | Database server port. | `3306` |
|
||||
| `JOOMLA_DATABASE_HOST` | Database server host. | `$JOOMLA_DEFAULT_DATABASE_HOST` |
|
||||
| `JOOMLA_DATABASE_PORT_NUMBER` | Database server port. | `$JOOMLA_DEFAULT_DATABASE_PORT_NUMBER` |
|
||||
| `JOOMLA_DATABASE_NAME` | Database name. | `bitnami_joomla` |
|
||||
| `JOOMLA_DATABASE_USER` | Database user name. | `bn_joomla` |
|
||||
| `JOOMLA_DATABASE_PASSWORD` | Database user password. | `nil` |
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
@@ -225,7 +235,6 @@ docker run -d --name joomla \
|
||||
| `JOOMLA_VOLUME_DIR` | Joomla! directory for persisted data files. | `${BITNAMI_VOLUME_DIR}/joomla` |
|
||||
| `JOOMLA_DEFAULT_SITE_NAME` | Joomla! default site name | `My site` |
|
||||
| `JOOMLA_DEFAULT_DATABASE_HOST` | Default database server host. | `mariadb` |
|
||||
| `JOOMLA_DEFAULT_DATABASE_HOST` | Default database server host. | `127.0.0.1` |
|
||||
| `PHP_DEFAULT_MEMORY_LIMIT` | Default PHP memory limit. | `256M` |
|
||||
|
||||
When you start the Joomla! image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. If you want to add a new environment variable:
|
||||
|
||||
Reference in New Issue
Block a user