servicemail (sha256:bbf3e44f4d4430708041b964e1351f4f1a83ae585833d4771570b7b3bddbda85)
Published 2026-08-12 15:30:28 +00:00 by thomastu
Installation
docker pull git.thomastu.dev/thomastu/servicemail@sha256:bbf3e44f4d4430708041b964e1351f4f1a83ae585833d4771570b7b3bddbda85sha256:bbf3e44f4d4430708041b964e1351f4f1a83ae585833d4771570b7b3bddbda85Image layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| COPY /out/app /app # buildkit |
| COPY --chown=nonroot:nonroot /out/data /data # buildkit |
| ENV APP_ENV=production APP_ADDR=:8080 DB_DSN=file:/data/app.db GOMEMLIMIT=100MiB |
| EXPOSE [2525/tcp 2580/tcp 8080/tcp] |
| VOLUME [/data] |
| ENTRYPOINT ["/app"] |