stabilization intermediate check-in

This commit is contained in:
andreas
2023-10-25 19:17:16 +00:00
parent a23a9438f6
commit 991905dd4f
21 changed files with 159 additions and 313 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env sh
set -e
# https://github.com/moby/moby/issues/31243
chmod o+w /dev/stdout
/usr/sbin/rsyslogd
su spamd -c "sa-update --gpghomedir /var/lib/spamassassin/sa-update-keys"
# su spamd -c "sa-update --gpghomedir /var/lib/spamassassin/sa-update-keys"
exec "$@"

View File

@@ -4,6 +4,7 @@
docker rm spampd
docker build -t spampd .
docker run -it --rm --name spampd spampd
docker run --rm --name spampd spampd
docker logs -f spampd
docker exec -it spampd sh