Skip to content

Commit 7b372f7

Browse files
authored
Merge pull request #2 from geniusdynamics/dev
Update implement fixed versioning
2 parents 8588d08 + 1e293f3 commit 7b372f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build-images.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ images=()
1414
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
1515
# Configure the image name
1616
reponame="espocrm"
17+
APP_VERSION="9.2-apache"
1718

1819
# Create a new empty container image
1920
container=$(buildah from scratch)
@@ -45,7 +46,7 @@ buildah config --entrypoint=/ \
4546
--label="org.nethserver.authorizations=traefik@node:routeadm" \
4647
--label="org.nethserver.tcp-ports-demand=1" \
4748
--label="org.nethserver.rootfull=0" \
48-
--label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/espocrm/espocrm:apache" \
49+
--label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/espocrm/espocrm:${APP_VERSION}" \
4950
"${container}"
5051
# Commit the image
5152
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)