api-hub (main)
Published 2026-01-30 12:54:48 +08:00 by voson
Installation
docker pull gitea.ricnsmart.com/refining/api-hub:mainsha256:a5b61c82c0cdd8630208196b86b29589becb1aae05e1fe187913acde6584138d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4843cd31da | 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:54:40.295Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 1dd9f6dcc9832bbe7d2ac2c15f750bcc4e224ac9 |
| 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 |