identity (src-c52a4274d855)
Published 2026-08-23 11:32:43 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:src-c52a4274d855sha256:355aff3bfb7326b130320610ecad874403a7ba5bc9d11d8322a69a3542271239
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0e2956dbd4 | linux/amd64 | 37 MiB |
| 4e3e78d419 | linux/arm64 | 37 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' 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 |