10.4.12-debian-10-r108 release

This commit is contained in:
Bitnami Bot 2020-05-12 11:07:32 +00:00
parent 0189dc9e3a
commit 780b988a5e
3 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,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.4.12-debian-10-r107" \
BITNAMI_IMAGE_VERSION="10.4.12-debian-10-r108" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/opt/bitnami/common/bin:$PATH"

View File

@ -25,10 +25,11 @@ replace_in_file() {
# We should avoid using 'sed in-place' substitutions
# 1) They are not compatible with files mounted from ConfigMap(s)
# 2) We found incompatibility issues with Debian10 and "in-place" substitutions
del=$'\001' # Use a non-printable character as a 'sed' delimiter to avoid issues
if [[ $posix_regex = true ]]; then
result="$(sed -E "s@$match_regex@$substitute_regex@g" "$filename")"
result="$(sed -E "s${del}${match_regex}${del}${substitute_regex}${del}g" "$filename")"
else
result="$(sed "s@$match_regex@$substitute_regex@g" "$filename")"
result="$(sed "s${del}${match_regex}${del}${substitute_regex}${del}g" "$filename")"
fi
echo "$result" > "$filename"
}

View File

@ -44,7 +44,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.4-debian-10`, `10.4.12-debian-10-r107`, `10.4`, `10.4.12` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.4.12-debian-10-r107/10.4/debian-10/Dockerfile)
* [`10.4-debian-10`, `10.4.12-debian-10-r108`, `10.4`, `10.4.12` (10.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.4.12-debian-10-r108/10.4/debian-10/Dockerfile)
* [`10.3-debian-10`, `10.3.22-debian-10-r113`, `10.3`, `10.3.22`, `latest` (10.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.3.22-debian-10-r113/10.3/debian-10/Dockerfile)
* [`10.2-debian-10`, `10.2.31-debian-10-r107`, `10.2`, `10.2.31` (10.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.2.31-debian-10-r107/10.2/debian-10/Dockerfile)
* [`10.1-debian-10`, `10.1.44-debian-10-r107`, `10.1`, `10.1.44` (10.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mariadb/blob/10.1.44-debian-10-r107/10.1/debian-10/Dockerfile)