ZXTECH Mirror Site

Internal mirror acceleration station

Docker Registry Mirror

Docker Hub 公共镜像代理缓存。

客户端配置

{
  registry-mirrors: [https://mirror.zxtech.info]
}

配置后重启 Docker:

systemctl restart docker

使用示例

docker pull alpine:3.21
docker pull nginx:alpine
docker pull python:3.12-slim
docker pull ubuntu:24.04

已缓存镜像

镜像
library/alpine:3.21
library/busybox:latest
library/centos:7
library/debian:13.4
library/docker:29.5.1-dind
library/golang:1.22/1.24/1.25-alpine
library/hello-world:latest
library/maven:3.9-eclipse-temurin-17
library/mysql:8.0
library/nginx:alpine
library/node:20-alpine
library/postgres:17
library/python:3.12-slim
library/redis:7-alpine
library/ubuntu:24.04

OpenCode CLI

wget https://mirror.zxtech.info/opencode/current/opencode-linux-x64.tar.gz

Windows WSL 安装包

微软官方 WSL(Windows Subsystem for Linux)离线安装包,最新版本 2.7.14(2026-09-11)。

:: x64 安装器(最常用)
wget https://mirror.zxtech.info/wsl/wsl.2.7.14.0.x64.msi

:: ARM64 安装器
wget https://mirror.zxtech.info/wsl/wsl.2.7.14.0.arm64.msi

:: Microsoft Store 离线包(x64 + ARM64 合集)
wget https://mirror.zxtech.info/wsl/Microsoft.WSL_2.7.14.0_x64_ARM64.msixbundle

Playwright 浏览器

Playwright 浏览器与 FFmpeg 离线包(Chrome for Testing 153.0.8010.12 / chromium v1243)。

# 安装时指定镜像(Python / Node 均适用)
export PLAYWRIGHT_DOWNLOAD_HOST=https://mirror.zxtech.info/playwright
python -m playwright install chromium

# 或直接下载单个文件
wget https://mirror.zxtech.info/playwright/builds/cft/153.0.8010.12/linux64/chrome-headless-shell-linux64.zip
wget https://mirror.zxtech.info/playwright/builds/cft/153.0.8010.12/linux64/chrome-linux64.zip
wget https://mirror.zxtech.info/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip

注意事项


ZXTECH Mirror · 总访问量 ...