Block a user
forge (v0.3.29)
Published 2026-04-30 08:58:42 +00:00 by igodwin
Installation
docker pull gitea.ivangodwin.com/igodwin/forge:v0.3.29sha256:0af2557acc8ccdff656b506586c10be271466da5453b2779072a43062101e68b
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 |
| COPY /ffmpeg /usr/local/bin/ffmpeg # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/forge"] |