Skip to content

Commit

Permalink
feat: added build images
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 30, 2024
1 parent bb5c26c commit e899adf
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 @@ -45,7 +45,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:routeadm" \
--label="org.nethserver.tcp-ports-demand=1" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/nginx:stable-alpine3.17" \
--label="org.nethserver.images=docker.io/bitnami/mongodb:5.0 registry.rocket.chat/rocketchat/rocket.chat:latest" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit e899adf

Please sign in to comment.