mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
5.7.35-debian-10-r0 release
This commit is contained in:
@@ -10,7 +10,7 @@ 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 lsof 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" "5.7.34-1" --checksum 6d13a56370a2a26719187a1f847c977aaba367a65233e6d2defaea1f96a5bdf3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql" "5.7.35-0" --checksum 1b9db15a88cd37ad1afe2bba2e5c70cf2e8a348408a3504d896d319ac286187e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
@@ -18,7 +18,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.34-debian-10-r78" \
|
||||
BITNAMI_IMAGE_VERSION="5.7.35-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": "6d13a56370a2a26719187a1f847c977aaba367a65233e6d2defaea1f96a5bdf3",
|
||||
"digest": "1b9db15a88cd37ad1afe2bba2e5c70cf2e8a348408a3504d896d319ac286187e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "5.7.34-1"
|
||||
"version": "5.7.35-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user