docker.io/caomingjun/warp:latest linux/amd64

docker.io/caomingjun/warp:latest - 国内下载镜像源 浏览次数:8

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

该镜像为Cloudflare Warp客户端的容器化版本,可用于实现网络加速、代理访问,帮助用户提升网络连接稳定性与速度,或解决部分网络访问限制问题。

源镜像 docker.io/caomingjun/warp:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest
镜像ID sha256:e05b639ab73d7dfcca0f504e78b1963cfaa6b2b88dcd6dee86fe32ef9609b3fa
镜像TAG latest
大小 487.16MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2026-03-04T11:19:16.772246516Z
同步时间 2026-03-05 11:52
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GOST_ARGS=-L :1080 WARP_SLEEP=2 REGISTER_WHEN_MDM_EXISTS= WARP_LICENSE_KEY= BETA_FIX_HOST_CONNECTIVITY= WARP_ENABLE_NAT=
镜像标签
bf3508b88dc075e973e8b09d078c897a414d84e8: COMMIT_SHA 2.12.0: GOST_VERSION 2026.1.150.0: WARP_VERSION cmj2002: org.opencontainers.image.authors ubuntu: org.opencontainers.image.ref.name https://github.com/cmj2002/warp-docker: org.opencontainers.image.url 22.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest  docker.io/caomingjun/warp:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest  docker.io/caomingjun/warp:latest

Shell快速替换命令

sed -i 's#caomingjun/warp:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest  docker.io/caomingjun/warp:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest  docker.io/caomingjun/warp:latest'

镜像构建历史


# 2026-03-04 19:19:16  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2026-03-04 19:19:16  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/healthcheck/index.sh"] "15s" "5s" "10s" "0s" '\x03'}
                        
# 2026-03-04 19:19:16  0.00B 设置环境变量 WARP_ENABLE_NAT
ENV WARP_ENABLE_NAT=
                        
# 2026-03-04 19:19:16  0.00B 设置环境变量 BETA_FIX_HOST_CONNECTIVITY
ENV BETA_FIX_HOST_CONNECTIVITY=
                        
# 2026-03-04 19:19:16  0.00B 设置环境变量 WARP_LICENSE_KEY
ENV WARP_LICENSE_KEY=
                        
# 2026-03-04 19:19:16  0.00B 设置环境变量 REGISTER_WHEN_MDM_EXISTS
ENV REGISTER_WHEN_MDM_EXISTS=
                        
# 2026-03-04 19:19:16  0.00B 设置环境变量 WARP_SLEEP
ENV WARP_SLEEP=2
                        
# 2026-03-04 19:19:16  0.00B 设置环境变量 GOST_ARGS
ENV GOST_ARGS=-L :1080
                        
# 2026-03-04 19:19:16  3.00B 执行命令并创建新的镜像层
RUN |4 WARP_VERSION=2026.1.150.0 GOST_VERSION=2.12.0 COMMIT_SHA=bf3508b88dc075e973e8b09d078c897a414d84e8 TARGETPLATFORM=linux/amd64 /bin/sh -c mkdir -p /home/warp/.local/share/warp &&     echo -n 'yes' > /home/warp/.local/share/warp/accepted-tos.txt # buildkit
                        
# 2026-03-04 19:19:16  0.00B 指定运行容器时使用的用户
USER warp
                        
# 2026-03-04 19:19:16  409.28MB 执行命令并创建新的镜像层
RUN |4 WARP_VERSION=2026.1.150.0 GOST_VERSION=2.12.0 COMMIT_SHA=bf3508b88dc075e973e8b09d078c897a414d84e8 TARGETPLATFORM=linux/amd64 /bin/sh -c case ${TARGETPLATFORM} in       "linux/amd64")   export ARCH="amd64" ;;       "linux/arm64")   export ARCH="armv8" ;;       *) echo "Unsupported TARGETPLATFORM: ${TARGETPLATFORM}" && exit 1 ;;     esac &&     echo "Building for ${TARGETPLATFORM} with GOST ${GOST_VERSION}" &&    apt-get update &&     apt-get upgrade -y &&     apt-get install -y curl gnupg lsb-release sudo jq ipcalc &&     curl https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg &&     echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflare-client.list &&     apt-get update &&     apt-get install -y cloudflare-warp &&     apt-get clean &&     apt-get autoremove -y &&     MAJOR_VERSION=$(echo ${GOST_VERSION} | cut -d. -f1) &&     MINOR_VERSION=$(echo ${GOST_VERSION} | cut -d. -f2) &&     if [ "${MAJOR_VERSION}" -ge 3 ] || [ "${MAJOR_VERSION}" -eq 2 -a "${MINOR_VERSION}" -ge 12 ]; then       NAME_SYNTAX="new" &&       if [ "${TARGETPLATFORM}" = "linux/arm64" ]; then         ARCH="arm64";       fi &&       FILE_NAME="gost_${GOST_VERSION}_linux_${ARCH}.tar.gz";     else       NAME_SYNTAX="legacy" &&       FILE_NAME="gost-linux-${ARCH}-${GOST_VERSION}.gz";     fi &&     echo "File name: ${FILE_NAME}" &&     curl -LO https://github.com/ginuerzh/gost/releases/download/v${GOST_VERSION}/${FILE_NAME} &&     if [ "${NAME_SYNTAX}" = "new" ]; then       tar -xzf ${FILE_NAME} -C /usr/bin/ gost;     else       gunzip ${FILE_NAME} &&       mv gost-linux-${ARCH}-${GOST_VERSION} /usr/bin/gost;     fi &&     chmod +x /usr/bin/gost &&     chmod +x /entrypoint.sh &&     chmod +x /healthcheck/index.sh &&     useradd -m -s /bin/bash warp &&     echo "warp ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/warp # buildkit
                        
# 2026-03-04 19:18:45  2.17KB 复制新文件或目录到容器中
COPY ./healthcheck /healthcheck # buildkit
                        
# 2026-03-04 19:18:45  2.77KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
                        
# 2026-03-04 19:18:45  0.00B 添加元数据标签
LABEL COMMIT_SHA=bf3508b88dc075e973e8b09d078c897a414d84e8
                        
# 2026-03-04 19:18:45  0.00B 添加元数据标签
LABEL GOST_VERSION=2.12.0
                        
# 2026-03-04 19:18:45  0.00B 添加元数据标签
LABEL WARP_VERSION=2026.1.150.0
                        
# 2026-03-04 19:18:45  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://github.com/cmj2002/warp-docker
                        
# 2026-03-04 19:18:45  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=cmj2002
                        
# 2026-03-04 19:18:45  0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
                        
# 2026-03-04 19:18:45  0.00B 定义构建参数
ARG COMMIT_SHA=bf3508b88dc075e973e8b09d078c897a414d84e8
                        
# 2026-03-04 19:18:45  0.00B 定义构建参数
ARG GOST_VERSION=2.12.0
                        
# 2026-03-04 19:18:45  0.00B 定义构建参数
ARG WARP_VERSION=2026.1.150.0
                        
# 2026-02-11 01:40:09  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-02-11 01:40:09  77.87MB 
/bin/sh -c #(nop) ADD file:52c0e467fa2e92f101018df01a0ff56580c752b7553fbe6df88e16b02af6d4ee in / 
                        
# 2026-02-11 01:40:06  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2026-02-11 01:40:06  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-02-11 01:40:06  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-02-11 01:40:06  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:e05b639ab73d7dfcca0f504e78b1963cfaa6b2b88dcd6dee86fe32ef9609b3fa",
    "RepoTags": [
        "caomingjun/warp:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp:latest"
    ],
    "RepoDigests": [
        "caomingjun/warp@sha256:55a6a8e59cbf077cf4dcb05e6219015a9fa5431de063f6a4842bee1f1e45257e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/caomingjun/warp@sha256:3e3c0cab5cd3f2057a3110e53fbbbb70fe2cd7e00e8056417d097489e733d07b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-04T11:19:16.772246516Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "warp",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "GOST_ARGS=-L :1080",
            "WARP_SLEEP=2",
            "REGISTER_WHEN_MDM_EXISTS=",
            "WARP_LICENSE_KEY=",
            "BETA_FIX_HOST_CONNECTIVITY=",
            "WARP_ENABLE_NAT="
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/healthcheck/index.sh"
            ],
            "Interval": 15000000000,
            "Timeout": 5000000000,
            "StartPeriod": 10000000000,
            "Retries": 3
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "COMMIT_SHA": "bf3508b88dc075e973e8b09d078c897a414d84e8",
            "GOST_VERSION": "2.12.0",
            "WARP_VERSION": "2026.1.150.0",
            "org.opencontainers.image.authors": "cmj2002",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.url": "https://github.com/cmj2002/warp-docker",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 487161388,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/271d6c581719afbbf8138c7be76e0e80cde1f060f945558bc1867e74d1528aa7/diff:/var/lib/docker/overlay2/478f0375a2491a61cd7fc09fd22ffb29b3628055837f535e0ba8f309b10ef16c/diff:/var/lib/docker/overlay2/5937f4dadf094c9bde6a6c481317b8856b846e4e4976646b7ac4fa55b49d040f/diff:/var/lib/docker/overlay2/241b2b0198666d312fb5be391d08d9747c2f2cca163cd34acdf312ac0bf011cc/diff",
            "MergedDir": "/var/lib/docker/overlay2/8a91c4a551c5b3a141f70e12065a81baa3e369a1effc726c8d59ef62a432faf8/merged",
            "UpperDir": "/var/lib/docker/overlay2/8a91c4a551c5b3a141f70e12065a81baa3e369a1effc726c8d59ef62a432faf8/diff",
            "WorkDir": "/var/lib/docker/overlay2/8a91c4a551c5b3a141f70e12065a81baa3e369a1effc726c8d59ef62a432faf8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6b7908e4c7473003628ddbd1d8ad378db659f0bf29a3019f7bb7150e9bfd109d",
            "sha256:6060cf861ded859f658aa5de98430df7eca5b94a498dd9b3e5f043f6393f03cb",
            "sha256:18670d2ffed48350d99be4319a79d5ff28148e2ea7b86dea958a0163d73116d2",
            "sha256:97616a93a18d9d26f29a8ba7fbcdea25dd6521a599b268ede065a54041c33984",
            "sha256:cb43bca7f39d2e8b26856557bcdad46f63ab7b87a75ed8f88d4be750a961da50"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-05T11:52:15.518968796+08:00"
    }
}

更多版本

docker.io/caomingjun/warp:latest

linux/amd64 docker.io487.16MB2026-03-05 11:52
7