control (src-e18b003da536-arm64)
Published 2026-08-31 16:31:12 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:src-e18b003da536-arm64sha256:dd947f3def60258c14b6817c465e0876e247d0343b5da4ebab88bf0228c38a73
Image Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.6.0 |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.6.0 |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit |
| COPY /out/syncode-control /usr/local/bin/syncode-control # buildkit |
| EXPOSE [8090/tcp 8091/tcp] |
| USER nobody |
| ENTRYPOINT ["/usr/local/bin/syncode-control"] |
| CMD ["--listen" "0.0.0.0:8090" "--listen-events" "0.0.0.0:8091"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://syncode.sh/syncode/control |
| org.opencontainers.image.version | 0.6.0 |