5.7.38-debian-11-r4 release
This commit is contained in:
parent
f14fb43398
commit
a1bb5ba8dd
|
|
@ -9,9 +9,9 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 libcom-err2 libcrypt1 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-0" --checksum ef1f6d1ca9e4873f82cf5037078b55524596ca2755262948f23571767bfd4101
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "5.7.38-0" --checksum c52c104923e429af0ebb789fad10c5b4df67ae1edf91df50008fad800e2f1ea6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-150" --checksum ef1f6d1ca9e4873f82cf5037078b55524596ca2755262948f23571767bfd4101
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "5.7.38-150" --checksum c52c104923e429af0ebb789fad10c5b4df67ae1edf91df50008fad800e2f1ea6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -4,20 +4,20 @@
|
|||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
"digest": "ef1f6d1ca9e4873f82cf5037078b55524596ca2755262948f23571767bfd4101",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.3-0"
|
||||
"version": "1.4.3-150"
|
||||
},
|
||||
"mysql": {
|
||||
"arch": "amd64",
|
||||
"digest": "c52c104923e429af0ebb789fad10c5b4df67ae1edf91df50008fad800e2f1ea6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.7.38-0"
|
||||
"version": "5.7.38-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`8.0`, `8.0-debian-11`, `8.0.29`, `8.0.29-debian-11-r3`, `latest` (8.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/8.0.29-debian-11-r3/8.0/debian-11/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-11`, `5.7.38`, `5.7.38-debian-11-r3` (5.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.38-debian-11-r3/5.7/debian-11/Dockerfile)
|
||||
* [`5.7`, `5.7-debian-11`, `5.7.38`, `5.7.38-debian-11-r4` (5.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-mysql/blob/5.7.38-debian-11-r4/5.7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/mysql GitHub repo](https://github.com/bitnami/bitnami-docker-mysql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue