Skip to content

Commit

Permalink
Update build-images.sh labels
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 9, 2024
1 parent 77b4cf4 commit 405a27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ buildah add "${container}" ui/dist /ui
# rootfull=0 === rootless container
# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:routeadm" \
--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 405a27b

Please sign in to comment.