control (d7536da)
Published 2026-08-15 17:18:02 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/control:d7536dasha256:9f52f5d59605dab4a80b6dd201823f7cb1ed1da29f18c5347faa7c6f108ad2fe
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d8ac07616a | linux/amd64 | 33 MiB |
| 6523e28d90 | linux/arm64 | 33 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.3.0-dev |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/control |
| LABEL org.opencontainers.image.version=0.3.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.3.0-dev |