ghcr.io/vexxhost/kubernetes-entrypoint:edge linux/amd64

ghcr.io/vexxhost/kubernetes-entrypoint:edge - 国内下载镜像源 浏览次数:11

该镜像 ghcr.io/vexxhost/kubernetes-entrypoint 是一个用于 Kubernetes 集群的入口点镜像。它主要用于简化 Kubernetes Pod 中应用程序的启动过程,提供一些常用的功能,例如:环境变量设置,命令执行,以及日志处理等。 通常情况下,这个镜像会作为其他应用程序镜像的基础镜像使用,以便这些应用程序能够更好地集成到 Kubernetes 环境中。

源镜像 ghcr.io/vexxhost/kubernetes-entrypoint:edge
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge
镜像ID sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
镜像TAG edge
大小 51.83MB
镜像源 ghcr.io
CMD
启动入口 /kubernetes-entrypoint
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-04-09T04:19:31.688723812Z
同步时间 2025-09-16 00:51
更新时间 2025-09-16 09:30
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-04-09T04:19:12.596Z: org.opencontainers.image.created Docker image for "kubernetes-entrypoint": org.opencontainers.image.description : org.opencontainers.image.licenses 86f1a7b0aa1e5ce34c74c60115ed80ba4108c903: org.opencontainers.image.revision https://github.com/vexxhost/docker-kubernetes-entrypoint: org.opencontainers.image.source docker-kubernetes-entrypoint: org.opencontainers.image.title https://github.com/vexxhost/docker-kubernetes-entrypoint: org.opencontainers.image.url edge: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge  ghcr.io/vexxhost/kubernetes-entrypoint:edge

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge  ghcr.io/vexxhost/kubernetes-entrypoint:edge

Shell快速替换命令

sed -i 's#ghcr.io/vexxhost/kubernetes-entrypoint:edge#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge  ghcr.io/vexxhost/kubernetes-entrypoint:edge'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge  ghcr.io/vexxhost/kubernetes-entrypoint:edge'

镜像构建历史


# 2025-04-09 12:19:31  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/kubernetes-entrypoint"]
                        
# 2025-04-09 12:19:31  0.00B 指定运行容器时使用的用户
USER 65534
                        
# 2025-04-09 12:19:31  51.83MB 复制新文件或目录到容器中
COPY /main /kubernetes-entrypoint # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8",
    "RepoTags": [
        "ghcr.io/vexxhost/kubernetes-entrypoint:edge",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint:edge"
    ],
    "RepoDigests": [
        "ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:e4c725af2439b60a151e698ffd6a29008bd184c40b10921886f7f79f7c0ab440"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-09T04:19:31.688723812Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65534",
        "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": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/kubernetes-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-04-09T04:19:12.596Z",
            "org.opencontainers.image.description": "Docker image for \"kubernetes-entrypoint\"",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.revision": "86f1a7b0aa1e5ce34c74c60115ed80ba4108c903",
            "org.opencontainers.image.source": "https://github.com/vexxhost/docker-kubernetes-entrypoint",
            "org.opencontainers.image.title": "docker-kubernetes-entrypoint",
            "org.opencontainers.image.url": "https://github.com/vexxhost/docker-kubernetes-entrypoint",
            "org.opencontainers.image.version": "edge"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 51834308,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/d41bbb5ab577dbeb642c84b48ce473ab04f2da8102915891da66b2a2802551d6/merged",
            "UpperDir": "/var/lib/docker/overlay2/d41bbb5ab577dbeb642c84b48ce473ab04f2da8102915891da66b2a2802551d6/diff",
            "WorkDir": "/var/lib/docker/overlay2/d41bbb5ab577dbeb642c84b48ce473ab04f2da8102915891da66b2a2802551d6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:29986f0a0647714b6fb5acecb1ef0722149b2ef11af0203b3ff4628c1d853408"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-16T00:51:16.871029347+08:00"
    }
}

更多版本

ghcr.io/vexxhost/kubernetes-entrypoint:edge

linux/amd64 ghcr.io51.83MB2025-09-16 00:51
10