10.6.5-debian-10-r54 release
This commit is contained in:
parent
3e13be4230
commit
28944604b0
|
|
@ -20,7 +20,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mariadb-galera/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="mariadb-galera" \
|
||||
BITNAMI_IMAGE_VERSION="10.6.5-debian-10-r52" \
|
||||
BITNAMI_IMAGE_VERSION="10.6.5-debian-10-r54" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
EXPOSE 3306 4444 4567 4568
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ EOF
|
|||
cat <<"EOF"
|
||||
export LDAP_NSLCD_GROUP="nslcd"
|
||||
EOF
|
||||
elif [[ "$OS_FLAVOUR" =~ ^(centos|rhel|photon)-.*$ ]]; then
|
||||
elif [[ "$OS_FLAVOUR" =~ ^(centos|photon)-.*$ ]]; then
|
||||
cat <<"EOF"
|
||||
export LDAP_NSLCD_GROUP="ldap"
|
||||
EOF
|
||||
|
|
@ -57,7 +57,7 @@ ldap_openldap_config_path() {
|
|||
local openldap_config
|
||||
case "$OS_FLAVOUR" in
|
||||
debian-*|ubuntu-*) openldap_config=/etc/ldap/ldap.conf ;;
|
||||
centos-*|rhel-*|photon-*) openldap_config=/etc/openldap/ldap.conf ;;
|
||||
centos-*|photon-*) openldap_config=/etc/openldap/ldap.conf ;;
|
||||
*) error "Unsupported OS flavor ${OS_FLAVOUR}" && exit 1 ;;
|
||||
esac
|
||||
echo "$openldap_config"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,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.5`, `10.6.5-debian-10-r53`, `latest` (10.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.6.5-debian-10-r53/10.6/debian-10/Dockerfile)
|
||||
* [`10.6`, `10.6-debian-10`, `10.6.5`, `10.6.5-debian-10-r54`, `latest` (10.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.6.5-debian-10-r54/10.6/debian-10/Dockerfile)
|
||||
* [`10.5`, `10.5-debian-10`, `10.5.13`, `10.5.13-debian-10-r62` (10.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.5.13-debian-10-r62/10.5/debian-10/Dockerfile)
|
||||
* [`10.4`, `10.4-debian-10`, `10.4.22`, `10.4.22-debian-10-r63` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.4.22-debian-10-r63/10.4/debian-10/Dockerfile)
|
||||
* [`10.3`, `10.3-debian-10`, `10.3.32`, `10.3.32-debian-10-r63` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb-galera/blob/10.3.32-debian-10-r63/10.3/debian-10/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue