5.0.3-rhel-7-r0 release
This commit is contained in:
parent
c03fd72171
commit
f1790ec123
|
|
@ -11,14 +11,14 @@ RUN bitnami-pkg unpack nginx-1.14.0-5 --checksum 9bd2b1045d82829c5bbe1b286a43e11
|
|||
RUN bitnami-pkg unpack php-7.2.13-1 --checksum 0ec313e0bf9315492f9466487b478da338ce3c58f27e57f8141a103e330681ee
|
||||
RUN bitnami-pkg install wp-cli-2.1.0-0 --checksum 054d17c151d0b4b4fbb119eac077889f090c3572b3fe8e44584ff4ffb5e15a54
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.37-21 --checksum 0a7e787e823d7c416eabf3fe66e3f6e9c6702c84c07241de2dffebbcb96d9172
|
||||
RUN bitnami-pkg unpack wordpress-5.0.2-1 --checksum 630850142cfe6fc1915360939f915bd21ccc823fb2fa2f3e753859cd841bf7c6
|
||||
RUN bitnami-pkg unpack wordpress-5.0.3-0 --checksum 2eb4056551c2881a1ba37bfd3e7ce568152910f109018894991027bb5b20ae07
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/error.log
|
||||
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.0.2-rhel-7-r23" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.3-rhel-7-r0" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -46,9 +46,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.0.2-rhel-7-r23` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.0.2-rhel-7-r23/5/rhel-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.0.2-ol-7-r22` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.0.2-ol-7-r22/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.0.2-debian-9-r21`, `5`, `5.0.2`, `5.0.2-r21`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.0.2-debian-9-r21/5/debian-9/Dockerfile)
|
||||
* [`5-rhel-7`, `5.0.3-rhel-7-r0` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.0.3-rhel-7-r0/5/rhel-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.0.3-ol-7-r0` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.0.3-ol-7-r0/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.0.3-debian-9-r0`, `5`, `5.0.3`, `5.0.3-r0`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.0.3-debian-9-r0/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