8.0.21-debian-10-r17 release
This commit is contained in:
parent
b0ba33a7d0
commit
2acac4156d
|
|
@ -20,7 +20,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="mysql" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.21-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.21-debian-10-r17" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ set -o pipefail
|
|||
|
||||
print_welcome_page
|
||||
|
||||
if [[ "$*" = "/opt/bitnami/scripts/mysql/run.sh" ]]; then
|
||||
if [[ "$1" = "/opt/bitnami/scripts/mysql/run.sh" ]]; then
|
||||
info "** Starting MySQL setup **"
|
||||
/opt/bitnami/scripts/mysql/setup.sh
|
||||
info "** MySQL setup finished! **"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8.0-debian-10`, `8.0.21-debian-10-r16`, `8.0`, `8.0.21`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.21-debian-10-r16/8.0/debian-10/Dockerfile)
|
||||
* [`8.0-debian-10`, `8.0.21-debian-10-r17`, `8.0`, `8.0.21`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.21-debian-10-r17/8.0/debian-10/Dockerfile)
|
||||
* [`5.7-debian-10`, `5.7.31-debian-10-r17`, `5.7`, `5.7.31` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.31-debian-10-r17/5.7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
|
|
|||
Loading…
Reference in New Issue