api-hub (c69c40b)
Published 2026-01-30 10:27:15 +08:00 by voson
Installation
docker pull gitea.ricnsmart.com/refining/api-hub:c69c40bsha256:2198af7a2a981ca0cd84d7da81629494c99afbe1d08ffd7f6997e1003ff5442c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0cc50fa425 | linux/amd64 | 37 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/api-hub /app/api-hub # buildkit |
| RUN /bin/sh -c mkdir -p /app/logs # buildkit |
| EXPOSE [8080/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| CMD ["/app/api-hub"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-30T02:13:51.313Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | c69c40b5bd562e8758628288deb609bf6485dd5f |
| org.opencontainers.image.source | https://gitea.refining.dev/refining/api-hub |
| org.opencontainers.image.title | api-hub |
| org.opencontainers.image.url | https://gitea.refining.dev/refining/api-hub |
| org.opencontainers.image.version | main |