mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
5.7.2-debian-10-r0 release
This commit is contained in:
@@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.4.19-1"
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.4.0-2" --checksum 33c3b53e87e9e433291ac3511e68263c80b43aa4de3dead9502934f506b7f2e6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.19.10-2" --checksum a3b7f2f5a8ec3c8c7643c2b93979d2b109573b64d7e0eec9df1f19768bcb0bba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.29-0" --checksum 5bf8f1ed022c8ad75a4db5b8b72ae54ce427bff628d7e4025c5b5e67b876708d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.1-9" --checksum fa8c25c33cc81cd4286f616e65c1a8399a73cf5360c2dbcbc233cce54edae3e3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-0" --checksum 21421c8f2f5ca41635e0f2487e84037a4cdbe1e61dc2657f35359a5f99ec96ef
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -26,7 +26,7 @@ RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wordpress/postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="wordpress-nginx" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.1-debian-10-r29" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r0" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
||||
@@ -36,10 +36,10 @@
|
||||
},
|
||||
"wordpress": {
|
||||
"arch": "amd64",
|
||||
"digest": "fa8c25c33cc81cd4286f616e65c1a8399a73cf5360c2dbcbc233cce54edae3e3",
|
||||
"digest": "21421c8f2f5ca41635e0f2487e84037a4cdbe1e61dc2657f35359a5f99ec96ef",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "5.7.1-9"
|
||||
"version": "5.7.2-0"
|
||||
},
|
||||
"wp-cli": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -90,7 +90,7 @@ wordpress_validate() {
|
||||
check_multi_value "WORDPRESS_MULTISITE_NETWORK_TYPE" "subfolder subdirectory subdomain"
|
||||
check_yes_no_value "WORDPRESS_MULTISITE_ENABLE_NIP_IO_REDIRECTION"
|
||||
check_int_value "WORDPRESS_MULTISITE_FILEUPLOAD_MAXK"
|
||||
if ! is_empty_value "WORDPRESS_MULTISITE_HOST"; then
|
||||
if ! is_empty_value "$WORDPRESS_MULTISITE_HOST"; then
|
||||
check_resolved_hostname "$WORDPRESS_MULTISITE_HOST"
|
||||
[[ "$WORDPRESS_MULTISITE_HOST" =~ localhost ]] && print_validation_error "WORDPRESS_MULTISITE_HOST must be set to an actual hostname, localhost values are not allowed."
|
||||
validate_ipv4 "$WORDPRESS_MULTISITE_HOST" && print_validation_error "WORDPRESS_MULTISITE_HOST must be set to an actual hostname, IP addresses are not allowed."
|
||||
@@ -99,7 +99,7 @@ wordpress_validate() {
|
||||
else
|
||||
print_validation_error "WORDPRESS_MULTISITE_HOST must be set when enabling WordPress Multisite mode."
|
||||
fi
|
||||
elif ! is_empty_value "WORDPRESS_MULTISITE_HOST"; then
|
||||
elif ! is_empty_value "$WORDPRESS_MULTISITE_HOST"; then
|
||||
warn "Multisite mode is not enabled, and WORDPRESS_MULTISITE_HOST is only used for Multisite installations. Its value will be ignored."
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
location {{location}} {
|
||||
location ^~ {{location}} {
|
||||
alias "{{document_root}}";
|
||||
|
||||
{{acl_configuration}}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
location {{location}} {
|
||||
location ^~ {{location}} {
|
||||
alias "{{document_root}}";
|
||||
|
||||
{{acl_configuration}}
|
||||
|
||||
Reference in New Issue
Block a user