pterowings (sha256:e1188337e02f220dc97efe0a52c21909acd7188a1111ad7e1f575c2e1caf12a4)
Published 2026-02-14 22:53:24 +01:00 by booky
Installation
docker pull git.hserv.org/infra/pterowings@sha256:e1188337e02f220dc97efe0a52c21909acd7188a1111ad7e1f575c2e1caf12a4sha256:e1188337e02f220dc97efe0a52c21909acd7188a1111ad7e1f575c2e1caf12a4Image 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//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] |