stackops
  • Joined on 2026-04-09

cliproxyapi (latest)

Published 2026-09-08 07:36:24 +00:00 by stackops

Installation

docker pull git.0xa55.dev/stackops/cliproxyapi:latest
sha256:8af41f7f4d2aaa33262a752e3fca1ded78fe401f20f87718e18e0fb6c38c6180

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
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-09-08 07:36:24 +00:00
1
OCI / Docker
linux/amd64
73 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