We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8588d08 + 1e293f3 commit 7b372f7Copy full SHA for 7b372f7
1 file changed
build-images.sh
@@ -14,6 +14,7 @@ images=()
14
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
15
# Configure the image name
16
reponame="espocrm"
17
+APP_VERSION="9.2-apache"
18
19
# Create a new empty container image
20
container=$(buildah from scratch)
@@ -45,7 +46,7 @@ buildah config --entrypoint=/ \
45
46
--label="org.nethserver.authorizations=traefik@node:routeadm" \
47
--label="org.nethserver.tcp-ports-demand=1" \
48
--label="org.nethserver.rootfull=0" \
- --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}" \
50
"${container}"
51
# Commit the image
52
buildah commit "${container}" "${repobase}/${reponame}"
0 commit comments