2.4.2-debian-10-r71 release
This commit is contained in:
parent
e1133f0557
commit
1246b832dc
|
|
@ -31,7 +31,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="magento" \
|
BITNAMI_APP_NAME="magento" \
|
||||||
BITNAMI_IMAGE_VERSION="2.4.2-debian-10-r70" \
|
BITNAMI_IMAGE_VERSION="2.4.2-debian-10-r71" \
|
||||||
MARIADB_HOST="mariadb" \
|
MARIADB_HOST="mariadb" \
|
||||||
MARIADB_PORT_NUMBER="3306" \
|
MARIADB_PORT_NUMBER="3306" \
|
||||||
MARIADB_ROOT_PASSWORD="" \
|
MARIADB_ROOT_PASSWORD="" \
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
persist_app() {
|
persist_app() {
|
||||||
local -r app="${1:?missing app}"
|
local -r app="${1:?missing app}"
|
||||||
local -a files_to_restore
|
local -a files_to_restore
|
||||||
read -r -a files_to_persist <<< "$2"
|
read -r -a files_to_persist <<< "$(tr ',;:' ' ' <<< "$2")"
|
||||||
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
|
||||||
|
|
@ -83,7 +83,7 @@ persist_app() {
|
||||||
restore_persisted_app() {
|
restore_persisted_app() {
|
||||||
local -r app="${1:?missing app}"
|
local -r app="${1:?missing app}"
|
||||||
local -a files_to_restore
|
local -a files_to_restore
|
||||||
read -r -a files_to_restore <<< "$2"
|
read -r -a files_to_restore <<< "$(tr ',;:' ' ' <<< "$2")"
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -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/).
|
||||||
|
|
||||||
|
|
||||||
* [`2`, `2-debian-10`, `2.4.2`, `2.4.2-debian-10-r70`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.4.2-debian-10-r70/2/debian-10/Dockerfile)
|
* [`2`, `2-debian-10`, `2.4.2`, `2.4.2-debian-10-r71`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.4.2-debian-10-r71/2/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/magento GitHub repo](https://github.com/bitnami/bitnami-docker-magento).
|
Subscribe to project updates by watching the [bitnami/magento GitHub repo](https://github.com/bitnami/bitnami-docker-magento).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue