5.1.1-debian-9-r31 release
This commit is contained in:
parent
bf71e775f7
commit
c11d832209
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack nginx-1.14.2-21 --checksum 73c924db078bebc7173aa5a5960362
|
|||
RUN bitnami-pkg unpack php-7.2.17-0 --checksum 97bd9cae7ecc3a5d674f018f908091c8a69dbe88ab0bd7288361b1e3f3fb88ec
|
||||
RUN bitnami-pkg install wp-cli-2.1.0-0 --checksum c44d62b19aa37754b55dc040b6e9fb50589ae2a3dac9e6c604653cf7a4f80893
|
||||
RUN bitnami-pkg unpack mysql-client-10.2.23-0 --checksum 3f364d915f1e62037db20a41c7d750004d69c897dd7934e9a3cd2d4c491f4175
|
||||
RUN bitnami-pkg unpack wordpress-5.1.1-2 --checksum 267603807577dae3a71058db25db0afa5ef65e82bfcb53022d17a61015ba39f6
|
||||
RUN bitnami-pkg unpack wordpress-5.1.1-3 --checksum d4e7cc16edc30b4e51326697f79472aa0c1d0dc098ae52399893355f3fc38237
|
||||
RUN mkdir -p /opt/bitnami/php/logs && chown daemon /opt/bitnami/php/logs && \
|
||||
mkdir -p /opt/bitnami/php/tmp && chown daemon /opt/bitnami/php/tmp && \
|
||||
ln -sf /opt/bitnami/php/etc /opt/bitnami/php/conf
|
||||
|
|
@ -17,7 +17,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
|||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="wordpress-nginx" \
|
||||
BITNAMI_IMAGE_VERSION="5.1.1-debian-9-r30" \
|
||||
BITNAMI_IMAGE_VERSION="5.1.1-debian-9-r31" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@ $ kubectl apply -f test.yaml
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`5-rhel-7`, `5.1.1-rhel-7-r33` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.1-rhel-7-r33/5/rhel-7/Dockerfile)
|
||||
* [`5-rhel-7`, `5.1.1-rhel-7-r32` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.1-rhel-7-r32/5/rhel-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.1.1-ol-7-r31` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.1-ol-7-r31/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.1.1-debian-9-r30`, `5`, `5.1.1`, `5.1.1-r30`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.1-debian-9-r30/5/debian-9/Dockerfile)
|
||||
* [`5-debian-9`, `5.1.1-debian-9-r31`, `5`, `5.1.1`, `5.1.1-r31`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.1-debian-9-r31/5/debian-9/Dockerfile)
|
||||
|
||||
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