5.7.37-debian-10-r58 release
This commit is contained in:
parent
671fc12e6d
commit
1b3c935b4a
|
|
@ -16,12 +16,11 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
RUN mkdir /docker-entrypoint-startdb.d
|
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="mysql" \
|
ENV BITNAMI_APP_NAME="mysql" \
|
||||||
BITNAMI_IMAGE_VERSION="5.7.37-debian-10-r57" \
|
BITNAMI_IMAGE_VERSION="5.7.37-debian-10-r58" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||||
|
|
||||||
EXPOSE 3306
|
EXPOSE 3306
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@ EOF
|
||||||
# None
|
# None
|
||||||
#########################
|
#########################
|
||||||
mysql_custom_scripts() {
|
mysql_custom_scripts() {
|
||||||
if [[ -n $(find /docker-entrypoint-"$1"db.d/ -type f -regex ".*\.\(sh\|sql\|sql.gz\)") ]] && { [[ ! -f "$DB_DATA_DIR/.user_scripts_initialized" ]] || [[ $1 = start ]]; } then
|
if [[ -n $(find /docker-entrypoint-"$1"db.d/ -type f -regex ".*\.\(sh\|sql\|sql.gz\)") ]] && { [[ ! -f "$DB_DATA_DIR/.user_scripts_initialized" ]] || [[ $1 == start ]]; } then
|
||||||
info "Loading user's custom files from /docker-entrypoint-$1db.d";
|
info "Loading user's custom files from /docker-entrypoint-$1db.d";
|
||||||
for f in /docker-entrypoint-"$1"db.d/*; do
|
for f in /docker-entrypoint-"$1"db.d/*; do
|
||||||
debug "Executing $f"
|
debug "Executing $f"
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||||
|
|
||||||
|
|
||||||
* [`8.0`, `8.0-debian-10`, `8.0.28`, `8.0.28-debian-10-r42`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.28-debian-10-r42/8.0/debian-10/Dockerfile)
|
* [`8.0`, `8.0-debian-10`, `8.0.28`, `8.0.28-debian-10-r42`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.28-debian-10-r42/8.0/debian-10/Dockerfile)
|
||||||
* [`5.7`, `5.7-debian-10`, `5.7.37`, `5.7.37-debian-10-r57` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.37-debian-10-r57/5.7/debian-10/Dockerfile)
|
* [`5.7`, `5.7-debian-10`, `5.7.37`, `5.7.37-debian-10-r58` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.37-debian-10-r58/5.7/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue