Skip to content

Commit

Permalink
Update SOGO image in build script and service file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 8, 2023
1 parent 2d856fc commit 1b08500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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.6 docker.io/frederickzh/archlinux-sogo:5.9.0" \
--label="org.nethserver.images=docker.io/mariadb:10.11.6 docker.io/stephdl/sogo:5.9.0" \
"${container}"
# Commit the image
buildah commit "${container}" "${repobase}/${reponame}"
Expand Down
2 changes: 1 addition & 1 deletion imageroot/systemd/user/sogo-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/sogo-app.pid \
--env SOGO_DB_PASSWORD=Nethesis,1234 \
--env SOGO_DB_NAME=sogo \
--env 'LD_PRELOAD=/usr/lib/libytnef.so' \
${ARCHLINUX_SOGO_IMAGE}
${SOGO_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/sogo-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP sogo-app
SyslogIdentifier=%u
Expand Down

0 comments on commit 1b08500

Please sign in to comment.