pterowings (sha256:5dae54941f3f6528ba3f7b557057385273bb2738f146502f2489db280313a12f)
Published 2026-04-20 02:49:28 +02:00 by booky
Installation
docker pull git.hserv.org/infra/pterowings@sha256:5dae54941f3f6528ba3f7b557057385273bb2738f146502f2489db280313a12fsha256:5dae54941f3f6528ba3f7b557057385273bb2738f146502f2489db280313a12fImage 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 /etc/os-release /etc/os-release # buildkit |
| COPY /etc/mime.types /etc/mime.types # buildkit |
| COPY /app/wings /usr/bin/ # buildkit |
| ENTRYPOINT ["/usr/bin/wings"] |
| CMD ["--config" "/etc/pterodactyl/config.yml"] |
| EXPOSE [2022/tcp 8080/tcp] |