Block a user
forge (v0.2.31)
Published 2026-04-25 07:15:50 +00:00 by igodwin
Installation
docker pull gitea.ivangodwin.com/igodwin/forge:v0.2.31sha256:80cdaf468a3d2da26ecfdb1d234de9f6395396fc3e1e5123a3e610c6921af69b
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"] |