4.4.39-debian-10-r20 release
This commit is contained in:
parent
c8dc8ff892
commit
8ff61b1255
|
|
@ -22,7 +22,7 @@ RUN /opt/bitnami/scripts/php/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/symfony/postunpack.sh
|
||||
ENV APP_VERSION="4.4.39" \
|
||||
BITNAMI_APP_NAME="symfony" \
|
||||
BITNAMI_IMAGE_VERSION="4.4.39-debian-10-r19" \
|
||||
BITNAMI_IMAGE_VERSION="4.4.39-debian-10-r20" \
|
||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/symfony/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
PHP_ENABLE_OPCACHE="0"
|
||||
|
||||
|
|
|
|||
|
|
@ -392,10 +392,6 @@ web_server_update_app_configuration() {
|
|||
--hosts \
|
||||
| --server-name \
|
||||
| --server-aliases \
|
||||
| --enable-http \
|
||||
| --enable-https \
|
||||
| --disable-http \
|
||||
| --disable-https \
|
||||
| --http-port \
|
||||
| --https-port \
|
||||
)
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
|
||||
|
||||
# Load logging library
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
. /opt/bitnami/scripts/liblog.sh
|
||||
|
||||
export BITNAMI_ROOT_DIR="/opt/bitnami"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
|
||||
|
||||
# Load logging library
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
. /opt/bitnami/scripts/liblog.sh
|
||||
|
||||
export BITNAMI_ROOT_DIR="/opt/bitnami"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
|
||||
|
||||
# Load logging library
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
. /opt/bitnami/scripts/liblog.sh
|
||||
|
||||
export BITNAMI_ROOT_DIR="/opt/bitnami"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.6`, `6.0.6-debian-10-r19`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/6.0.6-debian-10-r19/6.0/debian-10/Dockerfile)
|
||||
* [`5.4`, `5.4-debian-10`, `5.4.6`, `5.4.6-debian-10-r20` (5.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/5.4.6-debian-10-r20/5.4/debian-10/Dockerfile)
|
||||
* [`4.4`, `4.4-debian-10`, `4.4.39`, `4.4.39-debian-10-r19` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/4.4.39-debian-10-r19/4.4/debian-10/Dockerfile)
|
||||
* [`4.4`, `4.4-debian-10`, `4.4.39`, `4.4.39-debian-10-r20` (4.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-symfony/blob/4.4.39-debian-10-r20/4.4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/symfony GitHub repo](https://github.com/bitnami/bitnami-docker-symfony).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue