Namespace
eceasy
Image / Tag
cli-proxy-api:v6.8.10-arm64
Content Digest
sha256:d3d46f0c088202fccde279a2463ec8607ad4f0cbcf81167c039d5e45f9adb325
Details
Created

2026-02-10 10:36:43 UTC

Size

14.8 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai


Layers

[#000] sha256:d69d4d41cfe2ee680d6972795e2a1eb9e4dc4ec3b3c5e0797c9ab43bb3726fa7 - 26.59% (3.94 MB)

[#001] sha256:507c336160f063cc1ae46e8797b12d863a07cba755866ebfe61e53eda1a6869b - 1.11% (169 KB)

[#002] sha256:8f9d932fd0620af55a30866699aefb7c743e36727c63267c1d1551198f4d32d8 - 0.0% (101 Bytes)

[#003] sha256:f6086c8a4ce5ee2eb971b24bd2c49f136123eb9f5aa6ee701f22bacb16f2983c - 72.27% (10.7 MB)

[#004] sha256:9c809847a74c56e7ceb9b22a5e2e38b42815ebc2de48bf30ed61f89cbb53b1b4 - 0.03% (4.39 KB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:24e38837314ad4e97861fcbd76797239a125130a07f1a25bf52e90131de62e58 - 0.0% (471 Bytes)


History
2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit

2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-02-10 10:36:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache tzdata # buildkit

2026-02-10 10:36:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /CLIProxyAPI # buildkit

2026-02-10 10:36:42 UTC (buildkit.dockerfile.v0)

COPY ./app/CLIProxyAPI /CLIProxyAPI/CLIProxyAPI # buildkit

2026-02-10 10:36:43 UTC (buildkit.dockerfile.v0)

COPY config.example.yaml /CLIProxyAPI/config.example.yaml # buildkit

2026-02-10 10:36:43 UTC (buildkit.dockerfile.v0)

WORKDIR /CLIProxyAPI

2026-02-10 10:36:43 UTC (buildkit.dockerfile.v0)

EXPOSE [8317/tcp]

2026-02-10 10:36:43 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-02-10 10:36:43 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cp /usr/share/zoneinfo/${TZ} /etc/localtime && echo "${TZ}" > /etc/timezone # buildkit

2026-02-10 10:36:43 UTC (buildkit.dockerfile.v0)

CMD ["./CLIProxyAPI"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete