5.1.0-ol-7-r13 release
This commit is contained in:
parent
46a24f42b5
commit
b9165d5108
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack nginx-1.14.2-21 --checksum d4d907cc0c038a32cb7fe0d681552f
|
|||
RUN bitnami-pkg unpack php-7.2.15-1 --checksum 1828a0ae4c02cfea55b5d6836a989f59a7da2b2bc705e078b0c432caf53e029c
|
||||
RUN bitnami-pkg install wp-cli-2.1.0-0 --checksum 536326bfad2bd930b24e8dda405ce4a27545822b5bf0e7bd8a049f3cc9641cf7
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.38-0 --checksum 8140732986832471cc54aede727b66729811a0fa79e6fa86c7c791ce1f513451
|
||||
RUN bitnami-pkg unpack wordpress-5.1.0-1 --checksum 84a41248e3d31bbf336371380b7aa1561f10624d42882a152cddfa077f1ada6a
|
||||
RUN bitnami-pkg unpack wordpress-5.1.0-2 --checksum bdaa246a84b3a64f63a62a2010563dc4ad23cbd50690e0ccb1143ffc288db0ef
|
||||
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.0-ol-7-r12" \
|
||||
BITNAMI_IMAGE_VERSION="5.1.0-ol-7-r13" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@ $ 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-r13` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-rhel-7-r13/5/rhel-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.1.0-ol-7-r12` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-ol-7-r12/5/ol-7/Dockerfile)
|
||||
* [`5-rhel-7`, `5.1.0-rhel-7-r12` (5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-rhel-7-r12/5/rhel-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.1.0-ol-7-r13` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-ol-7-r13/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.1.0-debian-9-r12`, `5`, `5.1.0`, `5.1.0-r12`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.1.0-debian-9-r12/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