mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
10.2.43-debian-10-r5 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 libaudit1 libc6 libcap-ng0 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps psmisc tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-6" --checksum a947aad3f8cab0ff7c76506e1ea09156dfd442a6842500d1b8203f735b0e6b84
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mariadb" "10.2.43-2" --checksum cd82de57590918be0b6332ff274da258929c18372e649c0515e028f28ef71fd8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mariadb" "10.2.43-3" --checksum ee5feaa08810ccdd4ce95c4e26b869907e7b187d1bebfd19c070841f514ba962
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
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/mariadb/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="mariadb" \
|
||||
BITNAMI_IMAGE_VERSION="10.2.43-debian-10-r4" \
|
||||
BITNAMI_IMAGE_VERSION="10.2.43-debian-10-r5" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"mariadb": {
|
||||
"arch": "amd64",
|
||||
"digest": "cd82de57590918be0b6332ff274da258929c18372e649c0515e028f28ef71fd8",
|
||||
"digest": "ee5feaa08810ccdd4ce95c4e26b869907e7b187d1bebfd19c070841f514ba962",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.2.43-2"
|
||||
"version": "10.2.43-3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user