10.6.7-debian-10-r4 release
This commit is contained in:
parent
919ddfd18c
commit
06a92eb9dc
|
|
@ -10,8 +10,8 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libaudit1 libc6 libcap-ng0 libgcc1 libicu63 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.6.7-2" --checksum 2084be70791e5f1136906fed6c6634796c062f624e6279ae8fe9251fa9b4eadc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mariadb" "10.6.7-3" --checksum fa58325ac9feff14e9abb55c5028718c7cd269c3d858b00cb41f3e394eed72ec
|
||||
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
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -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.6.7-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="10.6.7-debian-10-r4" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-5"
|
||||
"version": "1.14.0-6"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"mariadb": {
|
||||
"arch": "amd64",
|
||||
"digest": "2084be70791e5f1136906fed6c6634796c062f624e6279ae8fe9251fa9b4eadc",
|
||||
"digest": "fa58325ac9feff14e9abb55c5028718c7cd269c3d858b00cb41f3e394eed72ec",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.6.7-2"
|
||||
"version": "10.6.7-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -50,7 +50,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/).
|
||||
|
||||
|
||||
* [`10.6`, `10.6-debian-10`, `10.6.7`, `10.6.7-debian-10-r3`, `latest` (10.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.6.7-debian-10-r3/10.6/debian-10/Dockerfile)
|
||||
* [`10.6`, `10.6-debian-10`, `10.6.7`, `10.6.7-debian-10-r4`, `latest` (10.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.6.7-debian-10-r4/10.6/debian-10/Dockerfile)
|
||||
* [`10.5`, `10.5-debian-10`, `10.5.15`, `10.5.15-debian-10-r6` (10.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.5.15-debian-10-r6/10.5/debian-10/Dockerfile)
|
||||
* [`10.4`, `10.4-debian-10`, `10.4.24`, `10.4.24-debian-10-r5` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.4.24-debian-10-r5/10.4/debian-10/Dockerfile)
|
||||
* [`10.3`, `10.3-debian-10`, `10.3.34`, `10.3.34-debian-10-r7` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.3.34-debian-10-r7/10.3/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue