Namespace
wuniu
Image / Tag
clash-docker:latest
Content Digest
sha256:07522e8c3958bf4e8cf88f51dbebd352b666c992718bd856ba286d44596cea5d
Details
Created

2023-04-22 11:02:38 UTC

Size

36.6 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 - 8.8% (3.22 MB)

[#001] sha256:249cf3b55cc8e5fa119d0f480f76a3a1bfc28c5da6fbadd3c0e936b7a39ce180 - 10.18% (3.72 MB)

[#002] sha256:8ed133a398cc706d8b11745bd0b6a809aac14274fc25a5199fca95600ea00ed1 - 0.02% (6.29 KB)

[#003] sha256:4e0a604af9fa2522e772bfead2838d6d015f863a9b78cdd46f9d993a15f46d89 - 0.0% (242 Bytes)

[#004] sha256:b27bc0ac907c3ca9c611da444e11c93c3fcbb7a4afc24cf8a69fdd12be816604 - 0.0% (193 Bytes)

[#005] sha256:29c11aabd1e826ea10aab00eb49df9178e4ae54ce5af5662b7e6aceb7e1a0df5 - 81.0% (29.6 MB)


History
2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /

2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-04-22 07:29:05 UTC (buildkit.dockerfile.v0)

COPY /go/clash/bin/clash-linux-amd64 /usr/local/bin/clash # buildkit

2023-04-22 10:57:00 UTC (buildkit.dockerfile.v0)

COPY ./clashtools /clashtools # buildkit

2023-04-22 11:02:20 UTC (buildkit.dockerfile.v0)

COPY ./start.sh /start.sh # buildkit

2023-04-22 11:02:20 UTC (buildkit.dockerfile.v0)

COPY ./requirements.txt /requirements.txt # buildkit

2023-04-22 11:02:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories && apk update && apk add python3 py3-pip && python3 -m pip install -r requirements.txt && mkdir /configs # buildkit

2023-04-22 11:02:38 UTC (buildkit.dockerfile.v0)

VOLUME [/configs]

2023-04-22 11:02:38 UTC (buildkit.dockerfile.v0)

CMD ["sh" "/start.sh"]

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