Block a user
dbmanager (cf88269)
Published 2026-04-24 22:12:31 +03:00 by anton
Installation
docker pull gitea.morphix.tech/anton/dbmanager:cf88269sha256:f5c99f01ea618a9211fd915c4833d87e8d288a927add09eaa74a60516e16f2c7
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"] |