Block a user
dbmanager (f3cf5e9)
Published 2026-04-24 20:49:35 +03:00 by anton
Installation
docker pull gitea.morphix.tech/anton/dbmanager:f3cf5e9sha256:8683ebbdb7921d93efcef897e969a34a7b8d1690735e38c0c3c0ceb0387d7da6
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/database-manager /usr/local/bin/database-manager # buildkit |
| COPY htmx /usr/share/database-manager/htmx # buildkit |
| ENV PORT=8080 |
| EXPOSE [8080/tcp] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/usr/local/bin/database-manager"] |