5.1.0-rhel-7-r11 release
This commit is contained in:
parent
fa4fdb3b91
commit
5665cf3da8
|
|
@ -11,7 +11,7 @@ RUN bitnami-pkg unpack nginx-1.14.2-20 --checksum 10e7ce1e441ca0e949b16cb3a3f213
|
|||
RUN bitnami-pkg unpack php-7.2.15-0 --checksum e9fb8c714093a583db893baed4ca5a9ebc130c42e3afa339bb3118d42208d902
|
||||
RUN bitnami-pkg install wp-cli-2.1.0-0 --checksum 054d17c151d0b4b4fbb119eac077889f090c3572b3fe8e44584ff4ffb5e15a54
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.38-0 --checksum fdd44abc2ff752b759ded1a7f27e334feed2be427a5850e2d21f2d093f3fee75
|
||||
RUN bitnami-pkg unpack wordpress-5.1.0-0 --checksum d990e6e2e3cd3fab61e63dac5acf514b516d4fee5b0851a1af2069220f2c856c
|
||||
RUN bitnami-pkg unpack wordpress-5.1.0-1 --checksum 6fa5ffbb30c9b0919ddbdd63194b7c3c4b4137c1feaf9012a4ca5ca464460705
|
||||
RUN mkdir -p /opt/bitnami/php/logs && chown 1001 /opt/bitnami/php/logs && \
|
||||
mkdir -p /opt/bitnami/php/tmp && chown 1001 /opt/bitnami/php/tmp && \
|
||||
ln -sf /opt/bitnami/php/etc /opt/bitnami/php/conf
|
||||
|
|
@ -21,7 +21,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.0-rhel-7-r10" \
|
||||
BITNAMI_IMAGE_VERSION="5.1.0-rhel-7-r11" \
|
||||
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.0-rhel-7-r9` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-rhel-7-r9/5/rhel-7/Dockerfile)
|
||||
* [`5-rhel-7`, `5.1.0-rhel-7-r11` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-rhel-7-r11/5/rhel-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.1.0-ol-7-r10` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-ol-7-r10/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.1.0-debian-9-r9`, `5`, `5.1.0`, `5.1.0-r9`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-debian-9-r9/5/debian-9/Dockerfile)
|
||||
* [`5-debian-9`, `5.1.0-debian-9-r10`, `5`, `5.1.0`, `5.1.0-r10`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-debian-9-r10/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