cowsay-sonnet-5 (sha256:fb9f3766bb0af2e14f7a9a6ce94e2af6e1492a4fc0d218ba03866f9dca509d7e)
Published 2026-07-20 16:32:10 +00:00 by thomastu
Installation
docker pull git.thomastu.dev/thomastu/cowsay-sonnet-5@sha256:fb9f3766bb0af2e14f7a9a6ce94e2af6e1492a4fc0d218ba03866f9dca509d7esha256:fb9f3766bb0af2e14f7a9a6ce94e2af6e1492a4fc0d218ba03866f9dca509d7eImage 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"] |