Namespace
teddysun
Image / Tag
xray:26.1.13
Content Digest
sha256:7d7900e4e542a7de929e94bbf8af933ba5cd721e08fbf766e02e422dc403dd5b
Details
Created

2026-01-14 01:25:04 UTC

Size

22.7 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:c21df6a7383dfce37a4bfe31b291881f55907c419caf5d06cb6d699d290d0718 - 15.46% (3.52 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:8d996ae12abddfd95318adfd8f7acb2179fb3994c5b2c6889b868f44935f3245 - 84.53% (19.2 MB)


History
2025-12-18 00:13:19 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.2-x86.tar.gz / # buildkit

2025-12-18 00:13:19 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/386

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/386 /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

Details
Created

2026-01-14 01:25:04 UTC

Size

23.5 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:1074353eec0db2c1d81d5af2671e56e00cf5738486f5762609ea33d606f88612 - 15.63% (3.68 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:a3383aafa7dad1f60c98dcac6e8a78b700211052886e039e166332780dd65f30 - 84.36% (19.9 MB)


History
2025-12-18 00:12:29 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit

2025-12-18 00:12:29 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:04 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

Details
Created

2026-01-14 01:25:19 UTC

Size

22.6 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:cd0fa7d4c99310a30bac99a15cc62d2f7c0326577b630f591cebdbe4ad202657 - 15.05% (3.4 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:7c3c24cc391cfeedf56d06c3e0a2d2133ae0dc634b1f6c6819e432a6ba8f8d1b - 84.94% (19.2 MB)


History
2025-12-18 00:12:14 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.2-armhf.tar.gz / # buildkit

2025-12-18 00:12:14 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v6

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:19 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm/v6 /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:19 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:19 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:19 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:19 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

Details
Created

2026-01-14 01:25:18 UTC

Size

22.2 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:fb78f26011a0b45e0ee3135541eee4683a4b98bf30b3d23f0981be37e8794a2a - 14.07% (3.13 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:856581c3baed3a4ad08956b7dc164e24f0f304e25f42194e569a0c29f4a46f6c - 85.93% (19.1 MB)


History
2025-12-18 00:12:23 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.2-armv7.tar.gz / # buildkit

2025-12-18 00:12:23 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v7

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

Details
Created

2026-01-14 01:25:18 UTC

Size

22.9 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:f6b4fb9446345fcad2db26eac181fef6c0a919c8a4fcccd3bea5deb7f6dff67e - 17.45% (4 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:3a9059f4b440984a092fa00b9e265f69e855e40bcd7ed7a3993e3b0212d29aa5 - 82.55% (18.9 MB)


History
2025-12-18 00:12:28 UTC (buildkit.dockerfile.v0)

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

2025-12-18 00:12:28 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2026-01-12 04:28:59 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

Details
Created

2026-01-14 01:25:18 UTC

Size

22.6 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:2dbbc2b20d556edcc853ddf744c4b2e946f16fba62ed0f0c4526533fdaa56e3b - 16.16% (3.65 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:1c7aaf1a5e7300f8516b61c74efeefd89ea50e417c3a754495dcf3631d9f7d0d - 83.84% (18.9 MB)


History
2025-12-18 00:11:34 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.2-ppc64le.tar.gz / # buildkit

2025-12-18 00:11:34 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/ppc64le /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:18 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

Details
Created

2026-01-14 01:25:20 UTC

Size

23.1 MB

Content Digest
Labels
  • maintainer
    Teddysun <i@teddysun.com>

Environment
PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:3d8fe54ac4e72ef775998241dc95a39f582dbddd5cf822b793130a331db6726f - 15.36% (3.55 MB)

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

[#002] sha256:61d466f9bc940f3a64f679d8e4754f89e6cf24fa383c297648b5528cc4afe59b - 0.0% (649 Bytes)

[#003] sha256:c73499f5fdce361a6d76e9d625ce9f2d7f6d8d21a58a616c51b110e10a5c35e3 - 0.0% (319 Bytes)

[#004] sha256:105f1901c6c04875b74e7cf598b6181b3d935a12fd610c623dcdca87713b8bfa - 84.64% (19.6 MB)


History
2025-12-18 00:11:56 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.2-s390x.tar.gz / # buildkit

2025-12-18 00:11:56 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Teddysun <i@teddysun.com>

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/s390x

2026-01-12 04:29:00 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY xray.sh /root/xray.sh # buildkit

2026-01-14 01:24:53 UTC (buildkit.dockerfile.v0)

COPY config.json /etc/xray/config.json # buildkit

2026-01-14 01:25:20 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/s390x /bin/sh -c set -ex && apk add --no-cache bash tzdata ca-certificates openssl && mkdir -p /var/log/xray /usr/share/xray && chmod +x /root/xray.sh && /root/xray.sh "${TARGETPLATFORM}" && rm -fv /root/xray.sh && wget -O /usr/share/xray/geosite.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geosite.dat && wget -O /usr/share/xray/geoip.dat https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/geoip.dat # buildkit

2026-01-14 01:25:20 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/xray]

2026-01-14 01:25:20 UTC (buildkit.dockerfile.v0)

VOLUME [/var/log/xray]

2026-01-14 01:25:20 UTC (buildkit.dockerfile.v0)

ENV TZ=Asia/Shanghai

2026-01-14 01:25:20 UTC (buildkit.dockerfile.v0)

CMD ["/usr/bin/xray" "-config" "/etc/xray/config.json"]

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