redirekt (latest)
Published 2026-06-14 15:27:00 +00:00 by gfenollar
Installation
docker pull novit.tech/open/redirekt:latestsha256:7921b3f1500b958a7125e087fcad1f2c90d524256612d51560c84fa99e518cf4
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 |
| COPY target/x86_64-unknown-linux-musl/release/redirekt /usr/bin/redirekt # buildkit |
| ENV BIND_TO=0.0.0.0:80 |
| ENTRYPOINT ["/usr/bin/redirekt"] |