pterowings (sha256:ba7fc793cb8658c46b151463c19f5a408e5cc5e0f5c2df9eeb2221512aac6258)
Published 2026-04-20 02:49:28 +02:00 by booky
Installation
docker pull git.hserv.org/infra/pterowings@sha256:ba7fc793cb8658c46b151463c19f5a408e5cc5e0f5c2df9eeb2221512aac6258sha256:ba7fc793cb8658c46b151463c19f5a408e5cc5e0f5c2df9eeb2221512aac6258Image layers
| bazel build @trixie//base-files/arm64:data_statusd |
| bazel build @trixie//netbase/arm64:data_statusd |
| bazel build @trixie//tzdata/arm64:data_statusd |
| bazel build @trixie//tzdata-legacy/arm64:data_statusd |
| bazel build @trixie//media-types/arm64: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_arm64 |
| 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] |