5.7.32-debian-10-r53 release
This commit is contained in:
parent
05af785436
commit
d297296a09
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libatomic1 libc6 libgcc1 libncurses6 libsasl2-2 libssl1.1 libstdc++6 libtinfo6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.3.0-1" --checksum 6126368b4f1d4c6a9682c12280f2bef3c98962d079b26206e19f406cfa631055
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.3.0-2" --checksum d89528e5d733f34ae030984584659ff10a36370d40332bd8d41c047764d39cda
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "5.7.32-0" --checksum 403f8495503f7379979bd7ed24d7eb2002ab96e2445e719f1cc7222c792d9c4f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -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="5.7.32-debian-10-r52" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.32-debian-10-r53" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
"digest": "6126368b4f1d4c6a9682c12280f2bef3c98962d079b26206e19f406cfa631055",
|
||||
"digest": "d89528e5d733f34ae030984584659ff10a36370d40332bd8d41c047764d39cda",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.3.0-1"
|
||||
"version": "1.3.0-2"
|
||||
},
|
||||
"mysql": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`8.0`, `8.0-debian-10`, `8.0.22`, `8.0.22-debian-10-r46`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.22-debian-10-r46/8.0/debian-10/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-10`, `5.7.32`, `5.7.32-debian-10-r52` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.32-debian-10-r52/5.7/debian-10/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-10`, `5.7.32`, `5.7.32-debian-10-r53` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.32-debian-10-r53/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