Skip to content

Commit

Permalink
Merge pull request #15 from NethServer/renovate/mariadb-10.x
Browse files Browse the repository at this point in the history
chore(deps): update mariadb docker tag to v10.11.9
  • Loading branch information
stephdl authored Aug 29, 2024
2 parents fb53c04 + 7f8276e commit b7720fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b7720fd

Please sign in to comment.