5.7.2-debian-10-r21 release

This commit is contained in:
Bitnami Bot
2021-06-12 16:23:34 +00:00
parent 8481f08b2c
commit d212f5fe6a
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.48-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.5.0-0" --checksum b2be17e2065fc8d9d1a175e1dbc689e8f6a5543bb3b6a6f5470bc987b7c396ce RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.5.0-0" --checksum b2be17e2065fc8d9d1a175e1dbc689e8f6a5543bb3b6a6f5470bc987b7c396ce
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.29-0" --checksum 5bf8f1ed022c8ad75a4db5b8b72ae54ce427bff628d7e4025c5b5e67b876708d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.29-0" --checksum 5bf8f1ed022c8ad75a4db5b8b72ae54ce427bff628d7e4025c5b5e67b876708d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.20-0" --checksum 1af7c0e363486d06c5df6476c04c859dc816d6d4c6fd87bb3065cb15cd71968c RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.20-0" --checksum 1af7c0e363486d06c5df6476c04c859dc816d6d4c6fd87bb3065cb15cd71968c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-8" --checksum 67c8d58e9c58a64b26a2f376c98fe46373e7bf8c72799896c11b7b4e3b5abee7 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-9" --checksum 229dd92ae1dd1fd7dd560ed67a514a181fcb9d2f1d27fb5b7bbc72a50c7c38cb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe 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.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
@@ -30,7 +30,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="wordpress" \ BITNAMI_APP_NAME="wordpress" \
BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r20" \ BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r21" \
MARIADB_HOST="mariadb" \ MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \ MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \ MARIADB_ROOT_PASSWORD="" \

View File

@@ -43,10 +43,10 @@
}, },
"wordpress": { "wordpress": {
"arch": "amd64", "arch": "amd64",
"digest": "67c8d58e9c58a64b26a2f376c98fe46373e7bf8c72799896c11b7b4e3b5abee7", "digest": "229dd92ae1dd1fd7dd560ed67a514a181fcb9d2f1d27fb5b7bbc72a50c7c38cb",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "5.7.2-8" "version": "5.7.2-9"
}, },
"wp-cli": { "wp-cli": {
"arch": "amd64", "arch": "amd64",

View File

@@ -31,7 +31,7 @@ persist_app() {
local -r install_dir="${BITNAMI_ROOT_DIR}/${app}" local -r install_dir="${BITNAMI_ROOT_DIR}/${app}"
local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}" local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}"
# Persist the individual files # Persist the individual files
if [[ "${#files_to_persist[@]}" -lt 0 ]]; then if [[ "${#files_to_persist[@]}" -le 0 ]]; then
warn "No files are configured to be persisted" warn "No files are configured to be persisted"
return return
fi fi
@@ -87,7 +87,7 @@ restore_persisted_app() {
local -r install_dir="${BITNAMI_ROOT_DIR}/${app}" local -r install_dir="${BITNAMI_ROOT_DIR}/${app}"
local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}" local -r persist_dir="${BITNAMI_VOLUME_DIR}/${app}"
# Restore the individual persisted files # Restore the individual persisted files
if [[ "${#files_to_restore[@]}" -lt 0 ]]; then if [[ "${#files_to_restore[@]}" -le 0 ]]; then
warn "No persisted files are configured to be restored" warn "No persisted files are configured to be restored"
return return
fi fi

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