Block a user
cliproxyapi (v7.2.47)
Published 2026-06-29 13:46:15 +00:00 by stackops
Installation
docker pull git.0xa55.dev/stackops/cliproxyapi:v7.2.47sha256:2e760a635e1019ee33088726e5681dc2202d9a6c59bce432f648e658c2d05e1b
Image Layers
| ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache tzdata && mkdir /CLIProxyAPI # buildkit |
| COPY CLIProxyAPI /CLIProxyAPI/CLIProxyAPI # buildkit |
| COPY config.example.yaml /CLIProxyAPI/config.example.yaml # buildkit |
| WORKDIR /CLIProxyAPI |
| RUN /bin/sh -c chmod +x /CLIProxyAPI/CLIProxyAPI # buildkit |
| 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"] |