10.6.0-debian-10-r87 release
This commit is contained in:
parent
897e628847
commit
89ce573ff6
|
|
@ -32,7 +32,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
BITNAMI_APP_NAME="owncloud" \
|
||||
BITNAMI_IMAGE_VERSION="10.6.0-debian-10-r86" \
|
||||
BITNAMI_IMAGE_VERSION="10.6.0-debian-10-r87" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ for php_ini_file in "${OWNCLOUD_BASE_DIR}/.user.ini" "$PHP_CONF_FILE"; do
|
|||
php_conf_set upload_max_filesize "$PHP_DEFAULT_UPLOAD_MAX_FILESIZE" "$php_ini_file"
|
||||
php_conf_set post_max_size "$PHP_DEFAULT_POST_MAX_SIZE" "$php_ini_file"
|
||||
done
|
||||
# Enable imagick extension by default
|
||||
php_conf_set extension "imagick"
|
||||
|
||||
# Enable default web server configuration for ownCloud
|
||||
info "Creating default web server configuration for ownCloud"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`10`, `10-debian-10`, `10.6.0`, `10.6.0-debian-10-r86`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-owncloud/blob/10.6.0-debian-10-r86/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.6.0`, `10.6.0-debian-10-r87`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-owncloud/blob/10.6.0-debian-10-r87/10/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/owncloud GitHub repo](https://github.com/bitnami/bitnami-docker-owncloud).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue