Block a user
forge (v0.2.4)
Published 2026-03-23 07:21:25 +00:00 by igodwin
Installation
docker pull gitea.ivangodwin.com/igodwin/forge:v0.2.4sha256:04ee12459c8ed3ca506bce8638b281b1bdbbab1ced49e9ecaaedfeb8bd3911f0
Image Layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//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_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| WORKDIR /app |
| COPY /app/forge /app/forge # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/forge"] |