Skip to content

Commit b2757e8

Browse files
authored
Clean up comments in build-images.sh (#28)
Removed comments regarding entrypoint setup and image selection.
1 parent 1deedef commit b2757e8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build-images.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ buildah run \
4949
# Add imageroot directory to the container image
5050
buildah add "${container}" imageroot /imageroot
5151
buildah add "${container}" ui/dist /ui
52-
# Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
53-
# Select you image(s) with the label org.nethserver.images
54-
# ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
55-
# The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
56-
# --label="org.nethserver.images=docker.io/mariadb:10.11.13 docker.io/roundcube/roundcubemail:1.6.4-apache"
57-
# rootfull=0 === rootless container
58-
# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
5952
buildah config --entrypoint=/ \
6053
--label="org.nethserver.authorizations=traefik@node:routeadm" \
6154
--label="org.nethserver.tcp-ports-demand=3" \

0 commit comments

Comments
 (0)