2021-11-25 02:42:34 UTC
50.4 MB
/etc/clash
CLASH_CTL_ADDR0.0.0.0:9092
CLASH_SECRET CLASH_UI/etc/clash/yacd
DISTTAGf35container
FGCf35
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SNAT_SUBNET192.168.0.0/16
TINI_VERSIONv0.19.0
USE_MACVLANno
containeroci
[#000] sha256:04c2e9b863f3ba30c9b596c91390637851a80abb18f50bb636e1ac52878d3467 - 69.77% (35.2 MB)
[#001] sha256:cd922d11f32995325a4c2f45e2d2e9e012271ed6b8763f924eed2cfc790e4bbb - 15.31% (7.72 MB)
[#002] sha256:fd5830b1398b7adac7c16791998cc920a7d90f32da66cb7259355ba34ec38f3a - 8.56% (4.31 MB)
[#003] sha256:e4473a766d96850f488aee1ee3aa3121ce3e697dae2eac5ebb3690bb879abc08 - 6.37% (3.21 MB)
[#004] sha256:c969ca3bf6d3bc50f7b2f665b5f002cfbf9dfd58eb24490cc9b5de82d6619b9f - 0.0% (397 Bytes)
[#005] sha256:4375f7df12029acaad9fceca4d1b3d5c10e3a8437e490ee63227798f771f3a1f - 0.0% (1.09 KB)
/bin/sh -c #(nop) ARG CLASH_VERSION=v1.8.0
2021-11-25 02:41:52 UTC/bin/sh -c #(nop) ARG CLASH_VERSION=v1.8.0 YACD_VERSION=v0.3.4
2021-11-25 02:41:52 UTC/bin/sh -c #(nop) ENV TINI_VERSION v0.19.0
2021-11-25 02:42:23 UTC|2 CLASH_VERSION=v1.8.0 YACD_VERSION=v0.3.4 /bin/sh -c set -eux; sed -e 's|^metalink=|#metalink=|g' -e 's|^#baseurl=http://download.example/pub/fedora/linux|baseurl=https://mirrors.sjtug.sjtu.edu.cn/fedora/linux|g' -i.bak /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo /etc/yum.repos.d/fedora-updates-testing.repo; microdnf install procps iproute iptables tar gzip xz -y && microdnf clean all && rm -rf /var/cache/yum
2021-11-25 02:42:31 UTC|2 CLASH_VERSION=v1.8.0 YACD_VERSION=v0.3.4 /bin/sh -c set -eux; curl -LZ https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini -o/tini; chmod +x /tini; curl -LZO https://github.com/Dreamacro/clash/releases/download/${CLASH_VERSION}/clash-linux-amd64-${CLASH_VERSION}.gz; gunzip clash-linux-amd64-${CLASH_VERSION}.gz; mv clash-linux-amd64-${CLASH_VERSION} /usr/local/bin/clash; chmod a+rx /usr/local/bin/clash; curl -LZO https://github.com/haishanh/yacd/releases/download/${YACD_VERSION}/yacd.tar.xz; tar -xJf yacd.tar.xz; mkdir /etc/clash; chmod a+rwx /etc/clash; mv public /etc/clash/yacd
2021-11-25 02:42:32 UTC/bin/sh -c #(nop) COPY file:a1d3b0740bce49ffe121d6dab654f18b1c0ce0f13c04bc59b47b5a64ab71aa55 in /etc/clash/Country.mmdb
2021-11-25 02:42:33 UTC/bin/sh -c #(nop) COPY file:f2690c301427a1dd090ad158ecc7c7c61d4bcec9308fcbb1f33ea711e770796a in /
2021-11-25 02:42:34 UTC/bin/sh -c #(nop) COPY file:0c207a98f87c3ca7158fd1357fcbf3b0f7c17a343b11035d3802d8cbf4488cd5 in /usr/local/bin/
2021-11-25 02:42:34 UTC/bin/sh -c #(nop) WORKDIR /
2021-11-25 02:42:34 UTC/bin/sh -c #(nop) EXPOSE 7890 7891 7892 5354
2021-11-25 02:42:34 UTC/bin/sh -c #(nop) ENV CLASH_CTL_ADDR="0.0.0.0:9092" CLASH_CFG_DIR="/etc/clash" CLASH_UI="/etc/clash/yacd" CLASH_SECRET="" USE_MACVLAN="no" SNAT_SUBNET="192.168.0.0/16"
2021-11-25 02:42:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini", "--"]
2021-11-25 02:42:34 UTC/bin/sh -c #(nop) CMD ["/entrypoint.sh"]
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.