5.4.0-debian-10-r22 release
This commit is contained in:
parent
86c999e671
commit
4d40cb6ab6
|
|
@ -3,7 +3,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||||
HOME="/" \
|
HOME="/" \
|
||||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/php/sbin:/opt/bitnami/wp-cli/bin:/opt/bitnami/nginx/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/common/bin:/opt/bitnami/nami/bin:$PATH"
|
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/wp-cli/bin:/opt/bitnami/nginx/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/nami/bin:$PATH"
|
||||||
|
|
||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
|
|
@ -25,7 +25,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||||
BITNAMI_APP_NAME="wordpress-nginx" \
|
BITNAMI_APP_NAME="wordpress-nginx" \
|
||||||
BITNAMI_IMAGE_VERSION="5.4.0-debian-10-r21" \
|
BITNAMI_IMAGE_VERSION="5.4.0-debian-10-r22" \
|
||||||
MARIADB_HOST="mariadb" \
|
MARIADB_HOST="mariadb" \
|
||||||
MARIADB_PORT_NUMBER="3306" \
|
MARIADB_PORT_NUMBER="3306" \
|
||||||
MARIADB_ROOT_PASSWORD="" \
|
MARIADB_ROOT_PASSWORD="" \
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,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-debian-10`, `5.4.0-debian-10-r21`, `5`, `5.4.0`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.4.0-debian-10-r21/5/debian-10/Dockerfile)
|
* [`5-debian-10`, `5.4.0-debian-10-r22`, `5`, `5.4.0`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.4.0-debian-10-r22/5/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/wordpress-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress-nginx).
|
Subscribe to project updates by watching the [bitnami/wordpress-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress-nginx).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue