control (src-9b00360cea67)
Published 2026-08-27 15:11:55 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:src-9b00360cea67sha256:bfc185eb52ee2f43845ec59bac16183a238d87927debb17dad0559b065f3b4d8
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f4784aa12a | linux/amd64 | 34 MiB |
| 55f042a73f | linux/arm64 | 34 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.4.0-dev |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.4.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.4.0-dev |