From 7f8276e8ca2e62f827fd4fee4b29a4e22526196e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:17:41 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v10.11.9 --- build-images.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-images.sh b/build-images.sh index 0b9b552..870db31 100644 --- a/build-images.sh +++ b/build-images.sh @@ -52,14 +52,14 @@ buildah add "${container}" ui/dist /ui # Select you image(s) with the label org.nethserver.images # ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub # The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable -# --label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/roundcube/roundcubemail:1.6.4-apache" +# --label="org.nethserver.images=docker.io/mariadb:10.11.9 docker.io/roundcube/roundcubemail:1.6.4-apache" # rootfull=0 === rootless container # tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@node:routeadm" \ --label="org.nethserver.tcp-ports-demand=3" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/mariadb:10.11.5 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \ + --label="org.nethserver.images=docker.io/mariadb:10.11.9 ${repobase}/wordpress-app:${IMAGETAG:-latest}" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"