mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
3.3.0-debian-10-r148 release
This commit is contained in:
@@ -26,7 +26,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||||||
APACHE_HTTPS_PORT_NUMBER="443" \
|
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||||
APACHE_HTTP_PORT_NUMBER="80" \
|
APACHE_HTTP_PORT_NUMBER="80" \
|
||||||
BITNAMI_APP_NAME="phpbb" \
|
BITNAMI_APP_NAME="phpbb" \
|
||||||
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r147" \
|
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r148" \
|
||||||
MARIADB_HOST="mariadb" \
|
MARIADB_HOST="mariadb" \
|
||||||
MARIADB_PORT_NUMBER="3306" \
|
MARIADB_PORT_NUMBER="3306" \
|
||||||
MARIADB_ROOT_PASSWORD="" \
|
MARIADB_ROOT_PASSWORD="" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ set -o pipefail
|
|||||||
# set -o xtrace # Uncomment this line for debugging purposes
|
# set -o xtrace # Uncomment this line for debugging purposes
|
||||||
|
|
||||||
# Only execute init scripts once
|
# Only execute init scripts once
|
||||||
if [[ ! -f "/bitnami/phpbb/.user_scripts_initialized" ]]; then
|
if [[ ! -f "/bitnami/phpbb/.user_scripts_initialized" && -d "/docker-entrypoint-init.d" ]]; then
|
||||||
read -r -a init_scripts <<< "$(find "/docker-entrypoint-init.d" -type f -print0 | xargs -0)"
|
read -r -a init_scripts <<< "$(find "/docker-entrypoint-init.d" -type f -print0 | xargs -0)"
|
||||||
if [[ "${#init_scripts[@]}" -gt 0 ]] && [[ ! -f "/bitnami/phpbb/.user_scripts_initialized" ]]; then
|
if [[ "${#init_scripts[@]}" -gt 0 ]] && [[ ! -f "/bitnami/phpbb/.user_scripts_initialized" ]]; then
|
||||||
mkdir -p "/bitnami/phpbb"
|
mkdir -p "/bitnami/phpbb"
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
|||||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`3-debian-10`, `3.3.0-debian-10-r147`, `3`, `3.3.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r147/3/debian-10/Dockerfile)
|
* [`3-debian-10`, `3.3.0-debian-10-r148`, `3`, `3.3.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.0-debian-10-r148/3/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).
|
Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user