control (src-f2cb6d38397e)
Published 2026-08-12 09:07:34 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:src-f2cb6d38397esha256:f27157cbe326d04c10e17771692ef8ed2c69f5abf56c4c8fcbb3e064feda5e1f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d01333e2ee | linux/amd64 | 32 MiB |
| e9fdf1e8e2 | linux/arm64 | 32 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.3.0-dev |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.3.0-dev |
| 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.3.0-dev |