identity (0.4.0-dev)
Published 2026-08-28 15:41:15 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:0.4.0-devsha256:ce4e0f14d0c25121b5402b5204c9d75a298043afb3bed884cad74300591dc6d8
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d2727e0080 | linux/amd64 | 39 MiB |
| 7ff5b32d3f | linux/arm64 | 39 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 |
| COPY /out/import_seed /usr/local/bin/import_seed # 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 |