Block a user
cliproxyapi (10ffe84)
Published 2026-08-10 04:36:51 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/cliproxyapi:10ffe84sha256: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"] |