mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/mysql] Release 8.0.30-debian-11-r0 (#764)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 libcom-err2 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libsasl2-2 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps psmisc tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-151" --checksum 3f23f4fff5bd0ebead5b1a59c450e7b9806198864ff9c765439df14bfb9e1cf4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "8.0.29-151" --checksum 0e39514e2cb0491c07b4b8bddec5b467e8d979ce3f19e8b8f82afcfb406a9cd4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "8.0.30-0" --checksum 445e32f607970614f33dce0abe1b04a6048302148fa354a68141a365c3c7016b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -18,7 +18,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql/postunpack.sh
|
||||
ENV APP_VERSION="8.0.29" \
|
||||
ENV APP_VERSION="8.0.30" \
|
||||
BITNAMI_APP_NAME="mysql" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:$PATH"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"mysql": {
|
||||
"arch": "amd64",
|
||||
"digest": "0e39514e2cb0491c07b4b8bddec5b467e8d979ce3f19e8b8f82afcfb406a9cd4",
|
||||
"digest": "445e32f607970614f33dce0abe1b04a6048302148fa354a68141a365c3c7016b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.0.29-151"
|
||||
"version": "8.0.30-0"
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,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`, `8.0-debian-11`, `8.0.29`, `8.0.29-debian-11-r18`, `latest` (8.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-11-r18/8.0/debian-11/Dockerfile)
|
||||
* [`8.0`, `8.0-debian-11`, `8.0.30`, `8.0.30-debian-11-r0`, `latest` (8.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.30-debian-11-r0/8.0/debian-11/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-11`, `5.7.39`, `5.7.39-debian-11-r0` (5.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.39-debian-11-r0/5.7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
Reference in New Issue
Block a user