1 parent ea02c79 commit bd33331Copy full SHA for bd33331
1 file changed
build-images.sh
@@ -44,7 +44,7 @@ buildah config --entrypoint=/ \
44
--label="org.nethserver.authorizations=node:fwadm traefik@any:routeadm" \
45
--label="org.nethserver.tcp-ports-demand=1" \
46
--label="org.nethserver.rootfull=0" \
47
- --label="org.nethserver.images=docker.io/postgres:15.12-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.10-alpine docker.io/zabbix/zabbix-agent2:7.0.10-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.10-alpine" \
+ --label="org.nethserver.images=docker.io/postgres:15.12-alpine docker.io/zabbix/zabbix-server-pgsql:7.2.4-alpine docker.io/zabbix/zabbix-agent2:7.0.10-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.10-alpine" \
48
"${container}"
49
# Commit the image
50
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments