parent
b25009e8cf
commit
01e258cbdb
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r49
|
||||
FROM bitnami/oraclelinux-extras:7-r52
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -7,13 +7,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages cyrus-sasl-lib glibc keyutils-libs krb5-libs libaio libcom_err libgcc libselinux libstdc++ ncurses-libs nss-softokn-freebl pcre
|
||||
RUN bitnami-pkg unpack mysql-5.7.22-3 --checksum bb7764a4b3dc24ede4976ab9c33ee4a0c7f9bd5412e656cf0170cbc9423c3301
|
||||
RUN bitnami-pkg unpack mysql-5.7.23-0 --checksum 7f5be5f6dfc5996356bd53202c9495f469a11bbe44cdcabe0380ef6e498081e5
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.22-ol-7-r33" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.23-ol-7-r0" \
|
||||
MYSQL_DATABASE="" \
|
||||
MYSQL_MASTER_HOST="" \
|
||||
MYSQL_MASTER_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ $ docker-compose up -d
|
|||
|
||||
* [`8.0-ol-7`, `8.0.11-ol-7-r34` (8.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.11-ol-7-r34/8.0/ol-7/Dockerfile)
|
||||
* [`8.0-debian-9`, `8.0.11-debian-9-r20`, `8.0`, `8.0.11`, `8.0.11-r20` (8.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.11-debian-9-r20/8.0/Dockerfile)
|
||||
* [`5.7-ol-7`, `5.7.23-ol-7-r0` (5.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-ol-7-r0/5.7/ol-7/Dockerfile)
|
||||
* [`5.7-debian-9`, `5.7.23-debian-9-r3`, `5.7`, `5.7.23`, `5.7.23-r3`, `latest` (5.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.23-debian-9-r3/5.7/Dockerfile)
|
||||
* [`5.7-ol-7`, `5.7.22-ol-7-r33` (5.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.22-ol-7-r33/5.7/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue