onvif-proxy (sha256:1be809f066a83e21c702888304dfb5392827692ed672c49fc5929defde3a6e15)
Published 2026-03-21 23:55:21 +01:00 by ftamas88
Installation
docker pull git.nexxa.cloud/ftamas88/onvif-proxy@sha256:1be809f066a83e21c702888304dfb5392827692ed672c49fc5929defde3a6e15sha256:1be809f066a83e21c702888304dfb5392827692ed672c49fc5929defde3a6e15Image layers
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /bin/onvif-proxy /onvif-proxy # buildkit |
| COPY config.yaml /etc/onvif-proxy/config.yaml # buildkit |
| ENTRYPOINT ["/onvif-proxy"] |
| CMD ["-config" "/etc/onvif-proxy/config.yaml"] |