control (0.5.0)
Published 2026-08-29 06:15:23 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:0.5.0sha256:de361c2307b58fe19c4bb0b8d8f1a8c6415db9fdcb5d044d641cf6a9ab1afa3c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| e95027af98 | linux/amd64 | 34 MiB |
| c031c3c88c | linux/arm64 | 34 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.5.0 |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.5.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.5.0 |