onvif-proxy (sha256:6fddc8c3aa43aa407676fbbf28cd19f0fcef724caf82cb010c40de8b44efef13)
Published 2026-03-21 23:37:01 +01:00 by ftamas88
Installation
docker pull git.nexxa.cloud/ftamas88/onvif-proxy@sha256:6fddc8c3aa43aa407676fbbf28cd19f0fcef724caf82cb010c40de8b44efef13sha256:6fddc8c3aa43aa407676fbbf28cd19f0fcef724caf82cb010c40de8b44efef13Image 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"] |