炼锋科技

api-hub (latest)

Published 2026-01-30 17:50:30 +08:00 by voson

Installation

docker pull gitea.ricnsmart.com/refining/api-hub:latest
sha256:20509db595eac7f195b0706c611e4a5f5e5acdb25605a470634a355518daeb9b

Images

Digest OS / Arch Size
10304c7c1f linux/amd64 36 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 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"]
Details
Container
2026-01-30 17:50:30 +08:00
0
OCI / Docker
Versions (8) View all
v0.1.3 2026-01-30
latest 2026-01-30
buildcache 2026-01-30
main 2026-01-30
1dd9f6d 2026-01-30