Skip to content

Commit

Permalink
Update org.nethserver.rootfull label value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 10, 2024
1 parent 9966d67 commit 033ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=1" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/netdata/netdata:v1.44.3" \
"${container}"
# Commit the image
Expand Down

0 comments on commit 033ee05

Please sign in to comment.