writer (sha256:f3acedec613e49636b3ed6725f7b4a390d6e9766aa84d454fbfbc0688428db0d)

Published 2026-08-11 05:45:08 +00:00 by thomastu

Installation

docker pull git.thomastu.dev/thomastu/writer@sha256:f3acedec613e49636b3ed6725f7b4a390d6e9766aa84d454fbfbc0688428db0d
sha256:f3acedec613e49636b3ed6725f7b4a390d6e9766aa84d454fbfbc0688428db0d

Image 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
EXPOSE [8080/tcp]
VOLUME [/data]
ENTRYPOINT ["/app"]
Details
Container
2026-08-11 05:45:08 +00:00
1
OCI / Docker
linux/amd64
10 MiB
Versions (13) View all
buildcache 2026-08-11
3954a827 2026-08-11
latest 2026-08-11
dbd878a5 2026-08-11
0effda14 2026-08-07