control (0ab20e7)
Published 2026-08-25 14:47:17 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:0ab20e7sha256:409e2e13de7831417e48ef0e7f11c97e075cdf3c076255150fafd826f1c76a0a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6ff1f695a9 | linux/amd64 | 34 MiB |
| 92da4c650c | linux/arm64 | 33 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.4.0 |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.4.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.4.0 |