identity (fc6ba0f)
Published 2026-08-24 20:57:55 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:fc6ba0fsha256:03fe0a48057b4f07e1819f4e6dbf1c9673806b0460f4f7009e43452f4bf9c9db
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a6302bfd17 | linux/amd64 | 38 MiB |
| 03ee208775 | linux/arm64 | 38 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 |