Block a user
hello-world (latest)
Published 2026-05-01 12:53:50 +00:00 by gitea_admin
Installation
docker pull git.novasis.tr/gitea_admin/hello-world:latestsha256:88075f79c2e37f179822700dde4951e0467d4fc8d75dab6171a0083471a9044b
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/hello-world /hello-world # buildkit |
| USER nonroot:nonroot |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["/hello-world"] |