api-hub (527c2d4)
Published 2026-01-30 12:50:28 +08:00 by voson
Installation
docker pull gitea.ricnsmart.com/refining/api-hub:527c2d4sha256:57812965904bfbcc5253366307bd7c44a794e4ada57fc92557adda5fcbfc651d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ebb14599f6 | linux/arm64 | 37 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' 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 api-hub /app/api-hub # buildkit |
| RUN /bin/sh -c mkdir -p /app/logs && chmod +x /app/api-hub # 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-30T04:49:56.647Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 527c2d419f8ba760d60307fa4d13d38f586a1f97 |
| 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 |