Block a user
dbmanager (0f0127e)
Published 2026-04-24 22:07:33 +03:00 by anton
Installation
docker pull gitea.morphix.tech/anton/dbmanager:0f0127esha256:e8fcf8ef953122e51917caa8099e74570449b8048b379ae53a201a0878ff9dc6
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 /src/htmx /usr/share/database-manager/htmx # buildkit |
| ENV PORT=8080 |
| EXPOSE [8080/tcp] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/usr/local/bin/database-manager"] |