ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
ghcr.io/warp-tech/warpgate:latest
linux/arm64 ghcr.io JiangWe Leo 贡献 请确认架构匹配

该镜像 ghcr.io/warp-tech/warpgate 描述信息无法直接从镜像名称获取。 需要访问镜像仓库 (例如,GitHub Container Registry) 查看该镜像的具体描述。

9
浏览次数
182.02MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64
源镜像
ghcr.io/warp-tech/warpgate:latest
镜像ID
sha256:56f29a22ff9cc963381a34f1c5f3759ac33429297daf2393d2f6391856af9958
镜像 TAG
latest-linuxarm64
镜像大小
182.02MB
平台架构
linux/arm64
镜像源
ghcr.io
CMD
run
启动入口
warpgate
工作目录
OS/平台
linux/arm64
镜像创建
2026-07-06T12:56:10.634205676Z
同步时间
2026-07-23 22:30
浏览量
9 次
贡献者
avatar JiangWe Leo
📁 目录挂载 1
 /data
⚙️ 环境变量 4
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
DEBIAN_FRONTEND=noninteractive 1
WARPGATE_CONFIG=/data/warpgate.yaml 2
DOCKER=1 3
🏷️ 镜像标签 9
KeyValue
heywoodlh maintainer
2026-07-06T12:42:25.710Z org.opencontainers.image.created
Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
30cb6c917e977f133cc60161c4d6715a011fc884 org.opencontainers.image.revision
https://github.com/warp-tech/warpgate org.opencontainers.image.source
warpgate org.opencontainers.image.title
https://github.com/warp-tech/warpgate org.opencontainers.image.url
v0.26.1 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 11.11 Trivy 2026-07-23 22:30 查看完整报告
96
低危 LOW
65
中危 MEDIUM
21
高危 HIGH
6
严重 CRITICAL
受影响目标 (1)
ghcr.io/warp-tech/warpgate:latest (debian 11.11) debian

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64  ghcr.io/warp-tech/warpgate:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64  ghcr.io/warp-tech/warpgate:latest

Shell快速替换命令

sed -i 's#ghcr.io/warp-tech/warpgate:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-06 20:56:10  0.00B 设置默认要执行的命令
CMD ["run"]
                        
# 2026-07-06 20:56:10  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["warpgate"]
                        
# 2026-07-06 20:56:10  0.00B 指定运行容器时使用的用户
USER warpgate
                        
# 2026-07-06 20:56:10  0.00B 设置环境变量 DOCKER
ENV DOCKER=1
                        
# 2026-07-06 20:56:10  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "warpgate healthcheck"] "0s" "0s" "0s" '\x00'}
                        
# 2026-07-06 20:56:10  0.00B 设置环境变量 WARPGATE_CONFIG
ENV WARPGATE_CONFIG=/data/warpgate.yaml
                        
# 2026-07-06 20:56:10  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-07-06 20:56:10  56.23MB 复制新文件或目录到容器中
COPY /opt/warpgate/target/release/warpgate /usr/local/bin/warpgate # buildkit
                        
# 2026-07-06 20:41:37  337.60KB 执行命令并创建新的镜像层
RUN |1 USER_ID=1000 /bin/sh -c adduser warpgate --disabled-password --gecos "" --uid ${USER_ID} --home /data --shell /usr/sbin/nologin # buildkit
                        
# 2026-07-06 20:41:37  7.25MB 执行命令并创建新的镜像层
RUN |1 USER_ID=1000 /bin/sh -c   set -xe
  apt-get -y update -qq
  apt-get install --no-install-recommends --no-install-suggests -y \
    ca-certificates wget
  apt-get clean
  rm -rf /var/lib/apt/lists/*
 # buildkit
                        
# 2026-07-06 20:41:37  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2026-07-06 20:41:37  0.00B 定义构建参数
ARG USER_ID=1000
                        
# 2026-07-06 20:41:37  0.00B 添加元数据标签
LABEL maintainer=heywoodlh
                        
# 2026-06-23 08:00:00  118.20MB 
# debian.sh --arch 'arm64' out/ 'bullseye' '@1782172800'
                        
                    

镜像信息

{
    "Id": "sha256:56f29a22ff9cc963381a34f1c5f3759ac33429297daf2393d2f6391856af9958",
    "RepoTags": [
        "ghcr.io/warp-tech/warpgate:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate:latest-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/warp-tech/warpgate@sha256:81da2c942dbf00ffbe09519743264213b50c574ab03907fba5fb4876eed7ec68",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/warp-tech/warpgate@sha256:1fa03f98b09fc8963130883b8e05089607ddbb35772d2e017035d744a543cc99"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-06T12:56:10.634205676Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "warpgate",
        "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",
            "DEBIAN_FRONTEND=noninteractive",
            "WARPGATE_CONFIG=/data/warpgate.yaml",
            "DOCKER=1"
        ],
        "Cmd": [
            "run"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "warpgate healthcheck"
            ]
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "warpgate"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "heywoodlh",
            "org.opencontainers.image.created": "2026-07-06T12:42:25.710Z",
            "org.opencontainers.image.description": "Fully transparent SSH, HTTPS, Kubernetes, MySQL and Postgres bastion/PAM that doesn't need additional client-side software",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "30cb6c917e977f133cc60161c4d6715a011fc884",
            "org.opencontainers.image.source": "https://github.com/warp-tech/warpgate",
            "org.opencontainers.image.title": "warpgate",
            "org.opencontainers.image.url": "https://github.com/warp-tech/warpgate",
            "org.opencontainers.image.version": "v0.26.1"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 182015848,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b8d49b85cb86e9b50b087c1f965e5ba63c179c50c5bc38537de502643d159b52/diff:/var/lib/docker/overlay2/c23cb53a9d97155dc4fdc9429c424b96627dc1b0d4dc91adb0fe274011c57c32/diff:/var/lib/docker/overlay2/d88bdf27b5e6e0af67d405f0caeb44b3c8515cbffdc0e119f0eab442c3ca1331/diff",
            "MergedDir": "/var/lib/docker/overlay2/4c12fda530d76344bbf7518b7f0188bee0693a7e262920590b3d2bfeaeee0a39/merged",
            "UpperDir": "/var/lib/docker/overlay2/4c12fda530d76344bbf7518b7f0188bee0693a7e262920590b3d2bfeaeee0a39/diff",
            "WorkDir": "/var/lib/docker/overlay2/4c12fda530d76344bbf7518b7f0188bee0693a7e262920590b3d2bfeaeee0a39/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9d32218bf79f3b3c0683e90b8127dc9dc6ecdd1697ef183a7c25c2a1b675a312",
            "sha256:bc7eb8172dc8d64059663bd64ecd7cbe2add924df6de3a8d771ac1d7f832cea9",
            "sha256:eee46f01394301b0576694a0a7f5c3212a1fda8da0f4d8ea5041e54473c0dfb4",
            "sha256:e23b1eaf6cc36723c071b8e0c0a9cae331eb37ed4ea2a1252ab08e625efe7d4c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-23T22:30:39.177303853+08:00"
    }
}

更多版本

ghcr.io/warp-tech/warpgate:main

linux/amd64 ghcr.io169.73MB2025-08-27 14:45
376

ghcr.io/warp-tech/warpgate:0.20.2

linux/amd64 ghcr.io173.10MB2026-03-02 16:50
214

ghcr.io/warp-tech/warpgate:latest

linux/arm64 ghcr.io182.02MB2026-07-23 22:30
8
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×