identity (src-0e7d245d5808)
Published 2026-08-29 06:13:59 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:src-0e7d245d5808sha256:b4c7981b2a71b78cdfea24c083a7e37731e74731f624e4159bb9f64bb97d14d9
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d182625c33 | linux/amd64 | 39 MiB |
| 2e46a3994a | linux/arm64 | 39 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG VERSION=0.5.0 |
| LABEL org.opencontainers.image.source=https://syncode.sh/syncode/identity |
| LABEL org.opencontainers.image.version=0.5.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 |
| 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.5.0 |