Skip to content

Commit

Permalink
Implement App version.
Browse files Browse the repository at this point in the history
Upgrade to version 3.0.1
  • Loading branch information
compgeniuses committed Jul 29, 2024
1 parent 2649f45 commit 1cd4a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ images=()
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
# Configure the image name
reponame="joplin"
APP_VERSION="3.0.1-beta"

# Create a new empty container image
container=$(buildah from scratch)
Expand Down Expand Up @@ -45,7 +46,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/postgres:16 docker.io/joplin/server:latest" \
--label="org.nethserver.images=docker.io/postgres:16 docker.io/joplin/server:${APP_VERSION}" \
"${container}"
# --label="org.nethserver.images=docker.io/postgres:16 docker.io/florider89/joplin-server:latest" \
# --label="org.nethserver.images=docker.io/postgres:16 docker.io/etechonomy/joplin-server:latest" \
Expand Down

0 comments on commit 1cd4a03

Please sign in to comment.