periphery (1.19)
Published 2026-01-10 17:48:41 +00:00 by luke
Installation
docker pull git.chice.org/luke/periphery:1.19sha256:d34ca7e514f038f6edea76d4e0935555fe7136558a1f2429a0a7125280bf37d2About this package
Komodo Periphery
Image layers
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1766966400' |
| COPY ./bin/periphery/starship.toml /starship.toml # buildkit |
| COPY ./bin/periphery/debian-deps.sh . # buildkit |
| RUN /bin/sh -c sh ./debian-deps.sh && rm ./debian-deps.sh # buildkit |
| COPY /builder/target/release/periphery /usr/local/bin/periphery # buildkit |
| EXPOSE map[8120/tcp:{}] |
| CMD ["periphery"] |
| LABEL org.opencontainers.image.source=https://github.com/moghtech/komodo |
| LABEL org.opencontainers.image.description=Komodo Periphery |
| LABEL org.opencontainers.image.licenses=GPL-3.0 |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Komodo Periphery |
| org.opencontainers.image.licenses | GPL-3.0 |
| org.opencontainers.image.source | https://github.com/moghtech/komodo |