10.6.0-debian-10-r79 release

This commit is contained in:
Bitnami Bot
2021-03-15 17:17:42 +00:00
parent ef9e04c0c8
commit 95399c0a33
4 changed files with 5 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log && \
COPY rootfs /
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/owncloud/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
@@ -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-r78" \
BITNAMI_IMAGE_VERSION="10.6.0-debian-10-r79" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@@ -102,6 +102,7 @@ generate_cron_conf() {
local cmd="${2:?command is missing}"
local run_as="root"
local schedule="* * * * *"
local clean="true"
local clean="true"

View File

@@ -229,7 +229,7 @@ owncloud_initialize() {
# Ensure ownCloud cron jobs are created when running setup with a root user
# https://doc.owncloud.com/server/admin_manual/configuration/server/background_jobs_configuration.html#cron
local cron_cmd=("${PHP_BIN_DIR}/php" "${OWNCLOUD_BASE_DIR}/occ" "system:cron")
local -a cron_cmd=("${PHP_BIN_DIR}/php" "${OWNCLOUD_BASE_DIR}/occ" "system:cron")
if am_i_root; then
generate_cron_conf "owncloud" "${cron_cmd[*]}" --run-as "$WEB_SERVER_DAEMON_USER" --schedule "*/1 * * * *"
else

View File

@@ -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-r78`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-owncloud/blob/10.6.0-debian-10-r78/10/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.6.0`, `10.6.0-debian-10-r79`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-owncloud/blob/10.6.0-debian-10-r79/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/owncloud GitHub repo](https://github.com/bitnami/bitnami-docker-owncloud).