control (src-bfee81d59c05)
Published 2026-08-17 15:46:30 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:src-bfee81d59c05sha256:add880de4a8bd0caca41aded45fedd894569f9355962596d5706116622a051a5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0f12afc934 | linux/amd64 | 33 MiB |
| 7d1bb677fb | linux/arm64 | 33 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.3.0 |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.3.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.3.0 |