Skip to content

Commit

Permalink
Update image labels in build-images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jan 29, 2024
1 parent 531dd44 commit 9e8efe7
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 @@ -33,7 +33,7 @@ buildah config --entrypoint=/ \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.udp-ports-demand=1" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/postgres:13.13-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION ghcr.io/nethserver/mattermost-nginx:${IMAGETAG} ghcr.io/nethserver/mattermost-fpm:${IMAGETAG} ghcr.io/mattermost-postgres-oauth:${IMAGETAG}" \
--label="org.nethserver.images=docker.io/postgres:13.13-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION ghcr.io/nethserver/mattermost-nginx:${IMAGETAG} ghcr.io/nethserver/mattermost-fpm:${IMAGETAG} ghcr.io/nethserver/mattermost-postgres-oauth:${IMAGETAG}" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down

0 comments on commit 9e8efe7

Please sign in to comment.