Namespace
eceasy
Image / Tag
cli-proxy-api:v7.2.10-amd64
Content Digest
sha256:f066869e02b7eaeabe5902fa8dcb4bc81cc737571f1c9455a0a4408c21c80dbf
Details
Created

2026-06-16 16:24:19 UTC

Size

64.7 MB

Content Digest
Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 - 71.48% (46.3 MB)

[#001] sha256:0d975e686da6d914817807e18d6906688e9f43763d36e05cb450b41f54578c73 - 7.23% (4.68 MB)

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

[#003] sha256:74988922fe31ea8067aad858c3f6a712d07b3ee2e594f07b60409bcaa6104083 - 21.28% (13.8 MB)

[#004] sha256:5dd1fce556e2606d63abc9ae479c577c92c51e1200ce1ef56b4e37e99f6549e7 - 0.01% (7.35 KB)

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

[#006] sha256:b2b9a7fba99cdec7500954bfcddd5e353cc55419c2ebadb257ad5796b1116e55 - 0.0% (552 Bytes)


History
2026-06-10 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'

2026-06-16 16:23:26 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-16 16:23:26 UTC (buildkit.dockerfile.v0)

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

2026-06-16 16:24:19 UTC (buildkit.dockerfile.v0)

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

2026-06-16 16:24:19 UTC (buildkit.dockerfile.v0)

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

2026-06-16 16:24:19 UTC (buildkit.dockerfile.v0)

WORKDIR /CLIProxyAPI

2026-06-16 16:24:19 UTC (buildkit.dockerfile.v0)

EXPOSE [8317/tcp]

2026-06-16 16:24:19 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-06-16 16:24:19 UTC (buildkit.dockerfile.v0)

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

2026-06-16 16:24:19 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