omio-pha (stable)
Published 2026-06-04 11:17:45 +02:00 by tobias
Installation
docker pull git.te-c.net/tec/omio-pha:stablesha256:32ffc675540d48f1799874fce91ce4c2b1d0082d623289589ad8fd5aa2a994e6Image layers
| ARG VERSION=0.4.3 |
| LABEL org.opencontainers.image.version=0.4.3 |
| LABEL org.opencontainers.image.source=https://git.te-c.net/TEC/omio-pha |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit |
| COPY /app/omio-pha /omio-pha # buildkit |
| COPY /app/config.example.yaml /app/config.yaml # buildkit |
| ENTRYPOINT ["/omio-pha"] |
| CMD ["/app/config.yaml"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://git.te-c.net/TEC/omio-pha |
| org.opencontainers.image.version | 0.4.3 |