identity (src-527b10fb534a)
Published 2026-08-19 12:04:01 +00:00 by day01
Installation
docker pull old.syncode.sh/syncode/identity:src-527b10fb534asha256:7058a5358c77801105e06dd45000358bf2a299193d12152b659f5e76e571c48f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3ab43da7fe | linux/amd64 | 33 MiB |
| 6a5799c27d | linux/arm64 | 33 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 |
| 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 |