identity (85f40c7)
Published 2026-08-18 11:52:50 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:85f40c7sha256:5f911376188f3a146f46caa0b4844b01f0bd511fbf608d8dc450b39fe2f9b644
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c8a5c41809 | linux/amd64 | 32 MiB |
| 892c2c12f7 | linux/arm64 | 31 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.4.0 |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/identity |
| 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-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-graphql" "0.0.0.0:8191"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://syncode.sh/syncode/identity |
| org.opencontainers.image.version | 0.4.0 |