Namespace
80x86
Image / Tag
clash:premium-2022.08.26
Content Digest
sha256:f93e830d2843a76e2b24e13add49954423706d67083eea5f7506fc68569e1d2d
Details
Created

2022-11-16 19:19:12 UTC

Size

64.9 MB

Content Digest
Labels
  • io.buildah.version
    1.28.0
  • license
    MIT
  • name
    fedora
  • vendor
    Fedora Project
  • version
    37

Environment
CLASH_CFG_DIR

/etc/clash

CLASH_CTL_ADDR

0.0.0.0:8082

CLASH_SECRET

CLASH_UI

/etc/clash/yacd

CLICOLOR_FORCE

1

DISTTAG

f37container

FGC

f37

LC_ALL

C.UTF-8

PATH

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

SNAT_SUBNET

192.168.0.0/16

TERM

xterm-256color

TINI_VERSION

v0.19.0

TZ

Asia/Shanghai

USE_MACVLAN

no

YACD_DEFAULT_BACKEND

http://127.0.0.1:8082

container

oci


Layers

[#000] sha256:83b1e0fa360639c7540c577bd82ce1d92b543c29741dd6c86c7d21b3b4311bc5 - 58.82% (38.2 MB)

[#001] sha256:9ff43e1c1afad3b598cbc5d85cd99d297154d836a247b59c5f1b0e8c60c8c568 - 26.63% (17.3 MB)

[#002] sha256:ba0ce3a8a8c8a42b14f99ffd26ce3795b12a451219ea98b0e2dc07bf9b46ff12 - 10.28% (6.67 MB)

[#003] sha256:2765e4dc256ba83fd67ec85defd1691487d06ec3626bcffa30118df2228af35b - 4.26% (2.77 MB)

[#004] sha256:f4dc045e31393ff720439c65216f801919d8a911086891ca28dbdcaf8837bdbe - 0.0% (528 Bytes)

[#005] sha256:47398a9a58a3e0d0fd65c08daa21cab2bc9ad4e5759923fe25d86d3b1032d3aa - 0.0% (1.07 KB)


History
2022-11-10 09:41:07 UTC (Created by Image Factory)

2022-11-16 19:18:31 UTC (FROM registry.fedoraproject.org/fedora-minimal:37)

/bin/sh -c #(nop) ARG CLASH_VERSION

2022-11-16 19:18:32 UTC (FROM 2bd43ad59c79)

/bin/sh -c #(nop) ARG CLASH_VERSION YACD_VERSION

2022-11-16 19:18:33 UTC (FROM 317bc18ed849)

/bin/sh -c #(nop) ENV TINI_VERSION v0.19.0

2022-11-16 19:18:33 UTC (FROM affae37e24c3)

/bin/sh -c #(nop) ENV TZ="Asia/Shanghai" TERM="xterm-256color" LC_ALL="C.UTF-8" CLICOLOR_FORCE="1"

2022-11-16 19:19:00 UTC (FROM c0e2409cfab1)

|2 CLASH_VERSION=2022.08.26 YACD_VERSION=v0.3.8 /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 upgrade -y && microdnf install procps iproute iptables tar gzip xz sd -y && microdnf -y reinstall tzdata ca-certificates && microdnf clean all && rm -rf /var/cache/yum

2022-11-16 19:19:06 UTC (FROM c283c16cf084)

|2 CLASH_VERSION=2022.08.26 YACD_VERSION=v0.3.8 /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/premium/clash-linux-amd64-${CLASH_VERSION}.gz; gunzip clash-linux-amd64-${CLASH_VERSION}.gz; rm -f clash-linux-amd64-${CLASH_VERSION}.gz; sd -s /logs/proc/ui/ /logs/prox/ui/ clash-linux-amd64-${CLASH_VERSION}; sd -s userutun userutu0 clash-linux-amd64-${CLASH_VERSION}; 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; rm -f yacd.tar.xz; mkdir /etc/clash; chmod a+rwx /etc/clash; mv public /etc/clash/yacd

2022-11-16 19:19:07 UTC (FROM 6ccf9d6522dd)

/bin/sh -c #(nop) COPY file:ea44de454c711d87752188c37099a8b8e9061607638083780ae58f8a065b069f in /etc/clash/Country.mmdb

2022-11-16 19:19:08 UTC (FROM 4a2fae58331c)

/bin/sh -c #(nop) COPY file:471ce15276991c2e77fca46115a30c9e1ed4d91f406fdc2661eaf1daa454b2bb in /

2022-11-16 19:19:09 UTC (FROM 21f7c781e271)

/bin/sh -c #(nop) COPY file:beeecdcb64f2d3edd859f620d6d81bef1a7ec8c9cc7efe90dce4ad643b8445dc in /usr/local/bin/

2022-11-16 19:19:10 UTC (FROM 51a31c6547c8)

/bin/sh -c #(nop) WORKDIR /

2022-11-16 19:19:11 UTC (FROM 96c03a94c30c)

/bin/sh -c #(nop) EXPOSE 7890 7891 7892 5354

2022-11-16 19:19:11 UTC (FROM 588ee1f6b2d7)

/bin/sh -c #(nop) ENV CLASH_CTL_ADDR="0.0.0.0:8082" YACD_DEFAULT_BACKEND="http://127.0.0.1:8082" CLASH_CFG_DIR="/etc/clash" CLASH_UI="/etc/clash/yacd" CLASH_SECRET="" USE_MACVLAN="no" SNAT_SUBNET="192.168.0.0/16"

2022-11-16 19:19:12 UTC (FROM 740dbc2ea9b3)

/bin/sh -c #(nop) ENTRYPOINT ["/tini", "--"]

2022-11-16 19:19:12 UTC (FROM 09b3e3b4a4a3)

/bin/sh -c #(nop) CMD ["/entrypoint.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