3.9.0-debian-10-r89 release
This commit is contained in:
parent
8b1dd23f91
commit
c42f107857
|
|
@ -26,7 +26,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="osclass" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.0-debian-10-r88" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.0-debian-10-r89" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
|||
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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.9.0`, `3.9.0-debian-10-r88`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-osclass/blob/3.9.0-debian-10-r88/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.9.0`, `3.9.0-debian-10-r89`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-osclass/blob/3.9.0-debian-10-r89/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/osclass GitHub repo](https://github.com/bitnami/bitnami-docker-osclass).
|
||||
|
||||
|
|
@ -280,7 +280,7 @@ The Osclass instance can be customized by specifying environment variables on th
|
|||
|
||||
##### PHP configuration
|
||||
|
||||
- `PHP_MEMORY_LIMIT`: Memory limit for PHP. Default: **256M**
|
||||
- `PHP_MEMORY_LIMIT`: Memory limit for PHP scripts. Default: **256M**
|
||||
|
||||
If you want to add a new environment variable:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue