control (4f49efb)
Published 2026-08-29 05:47:20 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:4f49efbsha256:ece7b2b5b1901f12535d41862af7d77d42d6ac6e83a6773ffa5498753154726b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6128cc1c3d | linux/amd64 | 34 MiB |
| 1eb833b7e0 | linux/arm64 | 34 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.5.0-dev |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.5.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.5.0-dev |