stackops
  • Joined on 2026-04-09

cliproxyapi (10ffe84)

Published 2026-08-10 04:36:51 +00:00 by stackops

Installation

docker pull git.0xa55.dev/stackops/cliproxyapi:10ffe84
sha256:c4128f5c8b89c4df11b5046f46eb1405558d1f5c4185877d18337d7a6eda6ae5

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir /CLIProxyAPI # buildkit
COPY ./app/CLIProxyAPI /CLIProxyAPI/CLIProxyAPI # buildkit
COPY config.example.yaml /CLIProxyAPI/config.example.yaml # buildkit
WORKDIR /CLIProxyAPI
EXPOSE map[8317/tcp:{}]
ENV TZ=Asia/Shanghai
RUN /bin/sh -c cp /usr/share/zoneinfo/${TZ} /etc/localtime && echo "${TZ}" > /etc/timezone # buildkit
CMD ["./CLIProxyAPI"]
Details
Container
2026-08-10 04:36:51 +00:00
1
OCI / Docker
linux/amd64
72 MiB
Versions (5) View all
947c254 2026-09-08
latest 2026-09-08
10ffe84 2026-08-10
7453db7 2026-08-10
v7.2.47 2026-06-29