We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4227571 + becd8ad commit 3e4f12cCopy full SHA for 3e4f12c
1 file changed
build-images.sh
@@ -46,7 +46,7 @@ buildah config --entrypoint=/ \
46
--label="org.nethserver.authorizations=node:fwadm traefik@any:routeadm" \
47
--label="org.nethserver.tcp-ports-demand=1" \
48
--label="org.nethserver.rootfull=0" \
49
- --label="org.nethserver.images=docker.io/postgres:15.18-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.27-alpine docker.io/zabbix/zabbix-agent2:7.0.27-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.27-alpine" \
+ --label="org.nethserver.images=docker.io/postgres:15.18-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.27-alpine docker.io/zabbix/zabbix-agent2:7.0.27-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.28-alpine" \
50
"${container}"
51
# Commit the image
52
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments