We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e971cf2 commit 5c82929Copy full SHA for 5c82929
build-images.sh
@@ -10,7 +10,7 @@ container=$(buildah from scratch)
10
buildah add "${container}" imageroot /imageroot
11
buildah add "${container}" ui /ui
12
buildah config --entrypoint=/ \
13
- --label="org.nethserver.images=docker.io/traefik:v3.6.2 docker.io/grafana/loki:3.5.7" \
+ --label="org.nethserver.images=docker.io/traefik:v3.6.2 docker.io/grafana/loki:3.6.2" \
14
--label="org.nethserver.min-core=3.2.0-0" \
15
--label="org.nethserver.tcp-ports-demand=1" \
16
--label='org.nethserver.flags=core_module' \
0 commit comments