ghcr.io/huolalatech/page-spy-web:latest linux/amd64

ghcr.io/huolalatech/page-spy-web:latest - 国内下载镜像源 浏览次数:9

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

很抱歉,我无法直接访问并获取Docker镜像的描述信息。 我需要访问Docker Hub或ghcr.io等镜像仓库才能获得ghcr.io/huolalatech/page-spy-web 的描述。 请您访问该镜像的仓库页面查看其描述。

源镜像 ghcr.io/huolalatech/page-spy-web:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest
镜像ID sha256:2b62c733653e4f47cf188b47f78d23ad1f8d2eb22818ce33085c86398cf90cf3
镜像TAG latest
大小 147.87MB
镜像源 ghcr.io
CMD /app/main
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-05-26T02:33:16.840605011Z
同步时间 2025-06-27 14:48
更新时间 2025-06-28 03:46
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-05-26T02:31:22.465Z: org.opencontainers.image.created A remote debugging platform you can definitely use.: org.opencontainers.image.description MIT: org.opencontainers.image.licenses e2aff733b9af4ae4908918b75c9cf3fd03fdaeea: org.opencontainers.image.revision https://github.com/HuolalaTech/page-spy-web: org.opencontainers.image.source page-spy-web: org.opencontainers.image.title https://github.com/HuolalaTech/page-spy-web: org.opencontainers.image.url v2.3.1: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest  ghcr.io/huolalatech/page-spy-web:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest  ghcr.io/huolalatech/page-spy-web:latest

Shell快速替换命令

sed -i 's#ghcr.io/huolalatech/page-spy-web:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest  ghcr.io/huolalatech/page-spy-web:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest  ghcr.io/huolalatech/page-spy-web:latest'

镜像构建历史


# 2025-05-26 10:33:16  0.00B 设置默认要执行的命令
CMD ["/app/main"]
                        
# 2025-05-26 10:33:16  67.20MB 复制新文件或目录到容器中
COPY /app/main /app/main # buildkit
                        
# 2025-05-26 10:31:37  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-05-20 08:00:00  80.67MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1747699200'
                        
                    

镜像信息

{
    "Id": "sha256:2b62c733653e4f47cf188b47f78d23ad1f8d2eb22818ce33085c86398cf90cf3",
    "RepoTags": [
        "ghcr.io/huolalatech/page-spy-web:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web:latest"
    ],
    "RepoDigests": [
        "ghcr.io/huolalatech/page-spy-web@sha256:c180308bdbd4187f025f3a747b759362f3e867bfc7b00a430b36e94b4282a0d0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huolalatech/page-spy-web@sha256:677a18bcaf9109cbe387a3494fbc5be0e0bab728b35305ad5c65c0c69cadb436"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-26T02:33:16.840605011Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "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"
        ],
        "Cmd": [
            "/app/main"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-05-26T02:31:22.465Z",
            "org.opencontainers.image.description": "A remote debugging platform you can definitely use.",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "e2aff733b9af4ae4908918b75c9cf3fd03fdaeea",
            "org.opencontainers.image.source": "https://github.com/HuolalaTech/page-spy-web",
            "org.opencontainers.image.title": "page-spy-web",
            "org.opencontainers.image.url": "https://github.com/HuolalaTech/page-spy-web",
            "org.opencontainers.image.version": "v2.3.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 147866126,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b49edcf858e1d7da582582f5150841ad45deb3db4d4edf5f2961e19b9727fcf7/diff:/var/lib/docker/overlay2/65f17fa1f5d01d1e3fcee0dd41a6881594794dc09cfb5c5e4e0b263375b3399a/diff",
            "MergedDir": "/var/lib/docker/overlay2/3f1e2338a19a4efc66c525b7c5c8bcbfff9c22a9c9066ceadbdab87676911653/merged",
            "UpperDir": "/var/lib/docker/overlay2/3f1e2338a19a4efc66c525b7c5c8bcbfff9c22a9c9066ceadbdab87676911653/diff",
            "WorkDir": "/var/lib/docker/overlay2/3f1e2338a19a4efc66c525b7c5c8bcbfff9c22a9c9066ceadbdab87676911653/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:09246533cafcc86f4425f5ab3d43fa8c31c4872bfd2dfe3b5438ab7926eabaa5",
            "sha256:e4389632686b7cdfd26f20763a5e62733b62240cbb82e634a4e6172a5bb014d4",
            "sha256:de1f9bc9f5a686b943028b9b4e47ed2c7b05b6e3437d4862a156254a0752595d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-27T14:48:34.938193554+08:00"
    }
}

更多版本

ghcr.io/huolalatech/page-spy-web:latest

linux/amd64 ghcr.io147.87MB2025-06-27 14:48
8