From 4a619c452e5d04eae219761c082607ff58247e84 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Sun, 10 Mar 2024 14:49:23 +0100 Subject: [PATCH] Update org.nethserver.rootfull label to 1 in build-images.sh --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index fc9b4c9..ae54c8f 100644 --- a/build-images.sh +++ b/build-images.sh @@ -44,7 +44,7 @@ buildah add "${container}" ui/dist /ui buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@node:routeadm node:fwadm" \ --label="org.nethserver.tcp-ports-demand=1" \ - --label="org.nethserver.rootfull=0" \ + --label="org.nethserver.rootfull=1" \ --label="org.nethserver.images=docker.io/netdata/netdata:v1.44.3" \ "${container}" # Commit the image