stackops
  • Joined on 2026-04-09

cliproxyapi (ac1c270)

Published 2026-04-17 16:22:13 +00:00 by stackops

Installation

docker pull git.0xa55.dev/stackops/cliproxyapi:ac1c270
sha256:d9f1f8bb218a44f144f470413b84b5634ae6b648393fc80f4626d5f290ae6b47

Image Layers

ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache tzdata # buildkit
RUN /bin/sh -c mkdir /CLIProxyAPI # buildkit
COPY ./app/CLIProxyAPI /CLIProxyAPI/CLIProxyAPI # buildkit
COPY config.example.yaml /CLIProxyAPI/config.example.yaml # buildkit
COPY config.yaml /CLIProxyAPI/config.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-04-17 16:22:13 +00:00
1
OCI / Docker
linux/amd64
16 MiB
Versions (4) View all
latest 2026-05-19
3726381 2026-05-19
cc6652c 2026-05-19
ac1c270 2026-04-17