Block a user
cliproxyapi (latest)
Published 2026-09-08 07:36:24 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/cliproxyapi:latestsha256: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"] |