1 parent 10303fc commit b1133b2Copy full SHA for b1133b2
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.13-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.16-alpine docker.io/zabbix/zabbix-agent2:7.0.16-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.16-alpine" \
+ --label="org.nethserver.images=docker.io/postgres:15.14-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.17-alpine docker.io/zabbix/zabbix-agent2:7.0.17-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.17-alpine" \
48
"${container}"
49
# Commit the image
50
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments