File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ buildah add "${container}" ui/dist /ui
5252# Select you image(s) with the label org.nethserver.images
5353# ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
5454# The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
55- # --label="org.nethserver.images=docker.io/mariadb:10.11.9 docker.io/roundcube/roundcubemail:1.6.4-apache"
55+ # --label="org.nethserver.images=docker.io/mariadb:10.11.11 docker.io/roundcube/roundcubemail:1.6.4-apache"
5656# rootfull=0 === rootless container
5757# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
5858buildah config --entrypoint=/ \
5959 --label=" org.nethserver.authorizations=traefik@node:routeadm" \
6060 --label=" org.nethserver.tcp-ports-demand=3" \
6161 --label=" org.nethserver.rootfull=0" \
62- --label=" org.nethserver.images=docker.io/mariadb:10.11.9 ${repobase} /wordpress-app:${IMAGETAG:- latest} " \
62+ --label=" org.nethserver.images=docker.io/mariadb:10.11.11 ${repobase} /wordpress-app:${IMAGETAG:- latest} " \
6363 " ${container} "
6464# Commit the image
6565buildah commit " ${container} " " ${repobase} /${reponame} "
You can’t perform that action at this time.
0 commit comments