ghcr.io/parkervcp/installers:debian linux/amd64

ghcr.io/parkervcp/installers:debian - 国内下载镜像源 浏览次数:45

该Docker镜像 ghcr.io/parkervcp/installers 包含一系列安装程序。 具体包含哪些安装程序以及它们的用途,需要查看镜像的文档或相关信息才能确定。

源镜像 ghcr.io/parkervcp/installers:debian
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian
镜像ID sha256:8015823cdfdb61e5ee64876b5580ec2ecd545594de8e9ac1454030348bf4351c
镜像TAG debian
大小 337.90MB
镜像源 ghcr.io
CMD bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 45 次
贡献者
镜像创建 2025-04-28T01:43:08.50846711Z
同步时间 2025-05-02 16:17
更新时间 2025-05-28 23:41
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive
镜像标签
Matthew Penner: author matthew@pterodactyl.io: maintainer MIT: org.opencontainers.image.licenses https://github.com/pterodactyl/yolks: org.opencontainers.image.source

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian  ghcr.io/parkervcp/installers:debian

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian  ghcr.io/parkervcp/installers:debian

Shell快速替换命令

sed -i 's#ghcr.io/parkervcp/installers:debian#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian  ghcr.io/parkervcp/installers:debian'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian  ghcr.io/parkervcp/installers:debian'

镜像构建历史


# 2025-04-28 09:43:08  138.40MB 执行命令并创建新的镜像层
RUN /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then                 dpkg --add-architecture i386 &&                 apt update &&                 apt -y install lib32gcc-s1 libsdl2-2.0-0:i386;             fi # buildkit
                        
# 2025-04-28 09:42:52  124.66MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt update && apt upgrade -y          && apt -y --no-install-recommends install ca-certificates curl git unzip zip tar jq wget # buildkit
                        
# 2025-04-28 09:42:52  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-04-28 09:42:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=MIT
                        
# 2025-04-28 09:42:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/pterodactyl/yolks
                        
# 2025-04-28 09:42:52  0.00B 添加元数据标签
LABEL author=Matthew Penner maintainer=matthew@pterodactyl.io
                        
# 2025-04-07 08:00:00  74.83MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'
                        
                    

镜像信息

{
    "Id": "sha256:8015823cdfdb61e5ee64876b5580ec2ecd545594de8e9ac1454030348bf4351c",
    "RepoTags": [
        "ghcr.io/parkervcp/installers:debian",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers:debian"
    ],
    "RepoDigests": [
        "ghcr.io/parkervcp/installers@sha256:0e35cb4fde9c6177c2f0dc516f39c8d9b03a30410a7795ba3682fbe2c230e473",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/parkervcp/installers@sha256:43649204ca565488a38d279cec96b1615a680067dc6493f550c08a0cd71de4ee"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-28T01:43:08.50846711Z",
    "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",
            "DEBIAN_FRONTEND=noninteractive"
        ],
        "Cmd": [
            "bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "author": "Matthew Penner",
            "maintainer": "matthew@pterodactyl.io",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.source": "https://github.com/pterodactyl/yolks"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 337898431,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ff5aa00b3d8f252a5b10dcb97f256f6fd9ca1516ed7e0b3082de668419fe3867/diff:/var/lib/docker/overlay2/6c87f3c40f6916490852332f5b9f29b4cf427a690869e3d003326ba790adfed3/diff",
            "MergedDir": "/var/lib/docker/overlay2/50ca63b5d6de5463b07ba7862f9460dd3bd2fe1670bb19ef2f1f559bda57685e/merged",
            "UpperDir": "/var/lib/docker/overlay2/50ca63b5d6de5463b07ba7862f9460dd3bd2fe1670bb19ef2f1f559bda57685e/diff",
            "WorkDir": "/var/lib/docker/overlay2/50ca63b5d6de5463b07ba7862f9460dd3bd2fe1670bb19ef2f1f559bda57685e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ea680fbff095473bb8a6c867938d6d851e11ef0c177fce983ccc83440172bd72",
            "sha256:bdc33ac22cc5513d67c949bf7e625c26b9b5c2ddc5829c5dbcd02f05b209a9ca",
            "sha256:d727f81a2a2ec5498d9fe2ef117220a372318ac61f70e55bf73582167f109450"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-02T16:17:26.77646815+08:00"
    }
}

更多版本

ghcr.io/parkervcp/installers:debian

linux/amd64 ghcr.io337.90MB2025-05-02 16:17
44