Skip to content

Commit

Permalink
Add org.nethserver.max-per-node label (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi authored Oct 14, 2024
1 parent acffe45 commit 0f20037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ buildah add "${container}" imageroot /imageroot
buildah add "${container}" ui/dist /ui
# Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
buildah config --entrypoint=/ \
--label="org.nethserver.max-per-node=1" \
--label="org.nethserver.authorizations=" \
--label="org.nethserver.rootfull=1" \
--label="org.nethserver.images=docker.io/crowdsecurity/crowdsec:v1.6.3-debian ${repobase}/crowdsec-firewall-bouncer:${IMAGETAG:-latest}" \
Expand Down

0 comments on commit 0f20037

Please sign in to comment.