identity (e838ad4)
Published 2026-08-19 09:55:46 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:e838ad4sha256:ab2c53837d85b4171a222ab96e034a703eafefc27b6a4cbff95a9d069b31f238
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6229e07520 | linux/amd64 | 33 MiB |
| debc2941b6 | linux/arm64 | 33 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.4.0-dev |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/identity |
| LABEL org.opencontainers.image.version=0.4.0-dev |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit |
| COPY /out/syncode-identity /usr/local/bin/syncode-identity # buildkit |
| EXPOSE [8190/tcp 8191/tcp] |
| USER nobody |
| ENTRYPOINT ["/usr/local/bin/syncode-identity"] |
| CMD ["--listen-grpc" "0.0.0.0:8190" "--listen-http" "0.0.0.0:8191"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://syncode.sh/syncode/identity |
| org.opencontainers.image.version | 0.4.0-dev |