8.0.23-debian-10-r0 release
This commit is contained in:
parent
7c9386ef9c
commit
ada6a89ca9
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 libcom-err2 libgcc1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libncurses6 libsasl2-2 libssl1.1 libstdc++6 libtinfo6 procps tar
|
||||
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" "8.0.22-0" --checksum aee907501cd2d95f6e6c0d34fffd7c82620e640d72873575829177879e6fc1bf
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "8.0.23-0" --checksum 36a96f45431cf2d39f79598fda446ee3ad2e98da1a1b189720e5d58615239ad4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -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.22-debian-10-r75" \
|
||||
BITNAMI_IMAGE_VERSION="8.0.23-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"mysql": {
|
||||
"arch": "amd64",
|
||||
"digest": "aee907501cd2d95f6e6c0d34fffd7c82620e640d72873575829177879e6fc1bf",
|
||||
"digest": "36a96f45431cf2d39f79598fda446ee3ad2e98da1a1b189720e5d58615239ad4",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.22-0"
|
||||
"version": "8.0.23-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -44,8 +44,8 @@ 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`, `8.0-debian-10`, `8.0.22`, `8.0.22-debian-10-r75`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.22-debian-10-r75/8.0/debian-10/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-10`, `5.7.32`, `5.7.32-debian-10-r84` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.32-debian-10-r84/5.7/debian-10/Dockerfile)
|
||||
* [`8.0`, `8.0-debian-10`, `8.0.23`, `8.0.23-debian-10-r0`, `latest` (8.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.23-debian-10-r0/8.0/debian-10/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-10`, `5.7.33`, `5.7.33-debian-10-r-1` (5.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.33-debian-10-r-1/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