5.7.2-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2021-05-19 17:00:58 +00:00
parent 1686f8cb21
commit a417754c09
3 changed files with 5 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ RUN chmod g+rwX /opt/bitnami
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/wordpress/postunpack.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
@@ -30,7 +30,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="wordpress" \
BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r5" \
BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r6" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@@ -31,7 +31,7 @@ set -o pipefail
info "Configuring file permissions for WordPress"
ensure_user_exists "$WEB_SERVER_DAEMON_USER" --group "$WEB_SERVER_DAEMON_GROUP"
declare -a writable_dirs=(
"$WORDPRESS_BASE_DIR" "$WORDPRESS_VOLUME_DIR"
"$WORDPRESS_BASE_DIR" "$WORDPRESS_VOLUME_DIR" "${WORDPRESS_BASE_DIR}/tmp"
# These directories are needed for wp-cli to be able to install languages/plugins/packages/etc as a non-root user
# However they are not included in the WordPress source tarball, so we create them at this point with proper ownership
# All of them are used by different wp-cli commands, such as 'wp language', 'wp plugin', or 'wp media', amongst others
@@ -50,7 +50,7 @@ cat >"$WORDPRESS_CLI_CONF_FILE" <<EOF
# Global parameter defaults
path: "${WORDPRESS_BASE_DIR}"
EOF
render-template "${BITNAMI_ROOT_DIR}/scripts/wordpress/bitnami-templates/wp.tpl" > "${WORDPRESS_CLI_BIN_DIR}/wp"
render-template "${BITNAMI_ROOT_DIR}/scripts/wordpress/bitnami-templates/wp.tpl" >"${WORDPRESS_CLI_BIN_DIR}/wp"
configure_permissions_ownership "${WORDPRESS_CLI_BIN_DIR}/wp" -f "755"
info "Configuring default PHP options for WordPress"

View File

@@ -41,7 +41,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/).
- [`5`, `5-debian-10`, `5.7.2`, `5.7.2-debian-10-r5`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.2-debian-10-r5/5/debian-10/Dockerfile)
- [`5`, `5-debian-10`, `5.7.2`, `5.7.2-debian-10-r6`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.2-debian-10-r6/5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).