8.0.11-ol-7-r11 release
This commit is contained in:
parent
b123a1ea36
commit
097e42b71c
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r25
|
||||
FROM bitnami/oraclelinux-extras:7-r26
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack mysql-8.0.11-0 --checksum b6fbece5dd896e119a7f524c5ddcbda
|
|||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.11-ol-7-r10" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.11-ol-7-r11" \
|
||||
MYSQL_DATABASE="" \
|
||||
MYSQL_MASTER_HOST="" \
|
||||
MYSQL_MASTER_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`8.0`, `8.0.11-r0` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.11-r0/8.0/Dockerfile)
|
||||
* [`8.0-ol-7`, `8.0.11-ol-7-r10` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.11-ol-7-r10/8.0/ol-7/Dockerfile)
|
||||
* [`8.0-ol-7`, `8.0.11-ol-7-r11` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.11-ol-7-r11/8.0/ol-7/Dockerfile)
|
||||
* [`5.7`, `5.7.22-r51`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-r51/5.7/Dockerfile)
|
||||
* [`5.7-ol-7`, `5.7.22-ol-7-r11` (5.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-ol-7-r11/5.7/ol-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue