Skip to content

Commit c401168

Browse files
committed
Remove comments
1 parent a8e1d26 commit c401168

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

build-images.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ buildah run \
3434
# Add imageroot directory to the container image
3535
buildah add "${container}" imageroot /imageroot
3636
buildah add "${container}" ui/dist /ui
37-
# Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
38-
# Select you image(s) with the label org.nethserver.images
39-
# ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
40-
# The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
41-
# --label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/roundcube/roundcubemail:1.6.4-apache"
42-
# rootfull=0 === rootless container
43-
# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
37+
4438
buildah config --entrypoint=/ \
4539
--label="org.nethserver.authorizations=traefik@node:routeadm" \
4640
--label="org.nethserver.tcp-ports-demand=1" \

0 commit comments

Comments
 (0)