docker.io/yangliu/nps:latest linux/amd64

docker.io/yangliu/nps:latest - 国内下载镜像源 浏览次数:12

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

源镜像 docker.io/yangliu/nps:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yangliu/nps:latest
镜像ID sha256:7f406aac6e34b20c43f674561796dc45873ef49c98b4cab11dc475fafa502daf
镜像TAG latest
大小 21.50MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c /nps
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2020-05-18T01:13:30.680068988Z
同步时间 2025-12-05 17:26
更新时间 2025-12-06 01:12
目录挂载
/conf
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NPS_VERSION=0.26.7 NPS_RELEASE_URL=https://github.com/ehang-io/nps/releases/download/v0.26.7/linux_amd64_server.tar.gz

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2020-05-18 09:13:30  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh" "-c" "/nps"]
                        
# 2020-05-18 09:13:30  0.00B 
/bin/sh -c #(nop)  VOLUME [/conf]
                        
# 2020-05-18 09:13:29  15.96MB 
/bin/sh -c set -x && 	wget --no-check-certificate ${NPS_RELEASE_URL} && 	tar xzf linux_amd64_server.tar.gz &&     rm linux_amd64_server.tar.gz
                        
# 2020-05-18 09:13:25  0.00B 
/bin/sh -c #(nop)  ENV NPS_RELEASE_URL=https://github.com/ehang-io/nps/releases/download/v0.26.7/linux_amd64_server.tar.gz
                        
# 2020-05-18 09:13:25  0.00B 
/bin/sh -c #(nop)  ENV NPS_VERSION=0.26.7
                        
# 2020-05-18 09:13:24  0.00B 
/bin/sh -c #(nop) WORKDIR /
                        
# 2020-05-18 09:13:24  0.00B 
/bin/sh -c #(nop)  MAINTAINER yangliu <istef.liu@gmail.com>
                        
# 2020-04-24 09:05:35  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2020-04-24 09:05:35  5.55MB 
/bin/sh -c #(nop) ADD file:a0afd0b0db7f9ee9496186ead087ec00edd1386ea8c018557d15720053f7308e in / 
                        
                    

镜像信息

{
    "Id": "sha256:7f406aac6e34b20c43f674561796dc45873ef49c98b4cab11dc475fafa502daf",
    "RepoTags": [
        "yangliu/nps:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yangliu/nps:latest"
    ],
    "RepoDigests": [
        "yangliu/nps@sha256:81f7812ddada473c47a1b7b6d4a416c20d6d10c2cb6efa898bfdd581e2da8651",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yangliu/nps@sha256:81f7812ddada473c47a1b7b6d4a416c20d6d10c2cb6efa898bfdd581e2da8651"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2020-05-18T01:13:30.680068988Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.03.1-ee-3",
    "Author": "yangliu \u003cistef.liu@gmail.com\u003e",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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",
            "NPS_VERSION=0.26.7",
            "NPS_RELEASE_URL=https://github.com/ehang-io/nps/releases/download/v0.26.7/linux_amd64_server.tar.gz"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "/nps"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:b1b1b38b183fc973ed3e259741e7a2e7cc9a1b9685442cc4856cc4d01be47eaf",
        "Volumes": {
            "/conf": {}
        },
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 21502907,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bedaebbbebf1c4c0e2d3e0f91a9e8c3f650297e745921d9ca1052c9b5ab44987/diff",
            "MergedDir": "/var/lib/docker/overlay2/f653631d3b8b67467544b2789b783a0d6f6c6e987585738b6eb9d29b5b6ea529/merged",
            "UpperDir": "/var/lib/docker/overlay2/f653631d3b8b67467544b2789b783a0d6f6c6e987585738b6eb9d29b5b6ea529/diff",
            "WorkDir": "/var/lib/docker/overlay2/f653631d3b8b67467544b2789b783a0d6f6c6e987585738b6eb9d29b5b6ea529/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:89ae5c4ee501a09c879f5b58474003539ab3bb978a553af2a4a6a7de248b5740",
            "sha256:0886e6bf319a564fdcfe92a8c7fa71fee7c3aa1325c4fb468311b6600f399230"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-05T17:26:55.684017941+08:00"
    }
}

更多版本

docker.io/yangliu/nps:latest

linux/amd64 docker.io21.50MB2025-12-05 17:26
11