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 @@ -53,14 +53,14 @@ buildah add "${container}" ui/dist /ui
5353# Select you image(s) with the label org.nethserver.images
5454# ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
5555# The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
56- # --label="org.nethserver.images=docker.io/mariadb:10.11.13 docker.io/roundcube/roundcubemail:1.6.4-apache"
56+ # --label="org.nethserver.images=docker.io/mariadb:10.11.14 docker.io/roundcube/roundcubemail:1.6.4-apache"
5757# rootfull=0 === rootless container
5858# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
5959buildah config --entrypoint=/ \
6060 --label=" org.nethserver.authorizations=traefik@node:routeadm" \
6161 --label=" org.nethserver.tcp-ports-demand=3" \
6262 --label=" org.nethserver.rootfull=0" \
63- --label=" org.nethserver.images=docker.io/mariadb:10.11.13 ${repobase} /wordpress-app:${IMAGETAG:- latest} " \
63+ --label=" org.nethserver.images=docker.io/mariadb:10.11.14 ${repobase} /wordpress-app:${IMAGETAG:- latest} " \
6464 " ${container} "
6565# Commit the image
6666buildah commit " ${container} " " ${repobase} /${reponame} "
You can’t perform that action at this time.
0 commit comments