0.20180422.202005011246-debian-10-r53 release
This commit is contained in:
parent
f17c6ad786
commit
3e9a1e97a3
|
|
@ -24,7 +24,7 @@ ENV APACHE_ENABLE_CUSTOM_PORTS="no" \
|
||||||
APACHE_HTTPS_PORT_NUMBER="" \
|
APACHE_HTTPS_PORT_NUMBER="" \
|
||||||
APACHE_HTTP_PORT_NUMBER="" \
|
APACHE_HTTP_PORT_NUMBER="" \
|
||||||
BITNAMI_APP_NAME="dokuwiki" \
|
BITNAMI_APP_NAME="dokuwiki" \
|
||||||
BITNAMI_IMAGE_VERSION="0.20180422.202005011246-debian-10-r52" \
|
BITNAMI_IMAGE_VERSION="0.20180422.202005011246-debian-10-r53" \
|
||||||
DOKUWIKI_EMAIL="user@example.com" \
|
DOKUWIKI_EMAIL="user@example.com" \
|
||||||
DOKUWIKI_FULL_NAME="Full Name" \
|
DOKUWIKI_FULL_NAME="Full Name" \
|
||||||
DOKUWIKI_PASSWORD="bitnami1" \
|
DOKUWIKI_PASSWORD="bitnami1" \
|
||||||
|
|
|
||||||
|
|
@ -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/dokuwiki/.user_scripts_initialized" ]]; then
|
if [[ ! -f "/bitnami/dokuwiki/.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/dokuwiki/.user_scripts_initialized" ]]; then
|
if [[ "${#init_scripts[@]}" -gt 0 ]] && [[ ! -f "/bitnami/dokuwiki/.user_scripts_initialized" ]]; then
|
||||||
mkdir -p "/bitnami/dokuwiki"
|
mkdir -p "/bitnami/dokuwiki"
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,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/).
|
||||||
|
|
||||||
|
|
||||||
* [`0-debian-10`, `0.20180422.202005011246-debian-10-r52`, `0`, `0.20180422.202005011246`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.202005011246-debian-10-r52/0/debian-10/Dockerfile)
|
* [`0-debian-10`, `0.20180422.202005011246-debian-10-r53`, `0`, `0.20180422.202005011246`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dokuwiki/blob/0.20180422.202005011246-debian-10-r53/0/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/dokuwiki GitHub repo](https://github.com/bitnami/bitnami-docker-dokuwiki).
|
Subscribe to project updates by watching the [bitnami/dokuwiki GitHub repo](https://github.com/bitnami/bitnami-docker-dokuwiki).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue