docker.io/kubernetesui/dashboard-api:1.13.0 linux/amd64

docker.io/kubernetesui/dashboard-api:1.13.0 - 国内下载镜像源 浏览次数:11
dashboard-api 是 Kubernetes UI 的 Dashboard API 镜像,用于提供 Kubernetes 集群的可视化界面和管理入口。
源镜像 docker.io/kubernetesui/dashboard-api:1.13.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0
镜像ID sha256:9e7701f8aae8a6ef560c9517d39ce8fade13e879f7280597b47dec30b4fc98e8
镜像TAG 1.13.0
大小 55.44MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /dashboard-api --insecure-bind-address=0.0.0.0 --bind-address=0.0.0.0
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-05-28T14:44:31.613661173Z
同步时间 2025-06-11 16:59
更新时间 2025-06-13 04:06
开放端口
8000/tcp 8001/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-05-28T13:43:14.146Z: org.opencontainers.image.created General-purpose web UI for Kubernetes clusters: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 7198d4a2a6170111a05a6daadaf8b18473f2ce67: org.opencontainers.image.revision https://github.com/kubernetes/dashboard: org.opencontainers.image.source dashboard: org.opencontainers.image.title https://github.com/kubernetes/dashboard: org.opencontainers.image.url 1.13.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0  docker.io/kubernetesui/dashboard-api:1.13.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0  docker.io/kubernetesui/dashboard-api:1.13.0

Shell快速替换命令

sed -i 's#kubernetesui/dashboard-api:1.13.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0  docker.io/kubernetesui/dashboard-api:1.13.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0  docker.io/kubernetesui/dashboard-api:1.13.0'

镜像构建历史


# 2025-05-28 22:44:31  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/dashboard-api" "--insecure-bind-address=0.0.0.0" "--bind-address=0.0.0.0"]
                        
# 2025-05-28 22:44:31  0.00B 声明容器运行时监听的端口
EXPOSE map[8000/tcp:{} 8001/tcp:{}]
                        
# 2025-05-28 22:44:31  0.00B 指定运行容器时使用的用户
USER nonroot:nonroot
                        
# 2025-05-28 22:44:31  527.00B 复制新文件或目录到容器中
COPY /etc/group /etc/group # buildkit
                        
# 2025-05-28 22:44:31  752.00B 复制新文件或目录到容器中
COPY /etc/passwd /etc/passwd # buildkit
                        
# 2025-05-28 22:44:31  55.44MB 复制新文件或目录到容器中
COPY /workspace/api/dashboard-api /dashboard-api # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:9e7701f8aae8a6ef560c9517d39ce8fade13e879f7280597b47dec30b4fc98e8",
    "RepoTags": [
        "kubernetesui/dashboard-api:1.13.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api:1.13.0"
    ],
    "RepoDigests": [
        "kubernetesui/dashboard-api@sha256:96642ed8d9e27c13afafd045fb79c67fa98887416a13d497bdad9815e313262e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubernetesui/dashboard-api@sha256:da2c065084691232f1be6f7020b8d64fbe7a106601c9de96561ba374847567c9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-28T14:44:31.613661173Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nonroot:nonroot",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8000/tcp": {},
            "8001/tcp": {}
        },
        "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": [
            "/dashboard-api",
            "--insecure-bind-address=0.0.0.0",
            "--bind-address=0.0.0.0"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-05-28T13:43:14.146Z",
            "org.opencontainers.image.description": "General-purpose web UI for Kubernetes clusters",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "7198d4a2a6170111a05a6daadaf8b18473f2ce67",
            "org.opencontainers.image.source": "https://github.com/kubernetes/dashboard",
            "org.opencontainers.image.title": "dashboard",
            "org.opencontainers.image.url": "https://github.com/kubernetes/dashboard",
            "org.opencontainers.image.version": "1.13.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 55440791,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3aee421ba07f74d63e6921cbb14202186fa8441c03809607bfeab50bf09d6709/diff:/var/lib/docker/overlay2/ea97ee8c85f1da82d20a741f5023464ad3522ec933e5e417a36cd3b88597089b/diff",
            "MergedDir": "/var/lib/docker/overlay2/b26377756b89a55302a1d98329eac1a3eae3c6ca59179e85997d778ba529e374/merged",
            "UpperDir": "/var/lib/docker/overlay2/b26377756b89a55302a1d98329eac1a3eae3c6ca59179e85997d778ba529e374/diff",
            "WorkDir": "/var/lib/docker/overlay2/b26377756b89a55302a1d98329eac1a3eae3c6ca59179e85997d778ba529e374/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f9a4bbfb8006cfc17a7d2c8dae43ebf6889ceeb168c61623239a3a6244a7a1a4",
            "sha256:b29ede90760c6022230d43a58e82852c3c8a64f400e37e35f946c431d5d21a3b",
            "sha256:a5f94a923bd5629129dfa9872724a9b72a0f45aa7f39389a15a99e369243ae59"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-11T16:59:43.232506303+08:00"
    }
}

更多版本

docker.io/kubernetesui/dashboard-api:1.7.0

linux/amd64 docker.io43.98MB2024-06-06 14:49
527

docker.io/kubernetesui/dashboard-api:1.8.1

linux/amd64 docker.io46.93MB2024-09-25 17:43
331

docker.io/kubernetesui/dashboard-api:1.10.0

linux/arm64 docker.io53.02MB2024-10-24 09:52
197

docker.io/kubernetesui/dashboard-api:1.9.0

linux/arm64 docker.io51.78MB2024-10-25 09:59
354

docker.io/kubernetesui/dashboard-api:1.10.1

linux/amd64 docker.io54.56MB2024-11-14 11:57
218

docker.io/kubernetesui/dashboard-api:1.10.2

linux/amd64 docker.io55.35MB2025-02-19 19:49
152

docker.io/kubernetesui/dashboard-api:1.10.3

linux/amd64 docker.io55.37MB2025-02-26 09:20
131

docker.io/kubernetesui/dashboard-api:1.12.0

linux/amd64 docker.io55.41MB2025-04-24 20:41
71

docker.io/kubernetesui/dashboard-api:1.13.0

linux/amd64 docker.io55.44MB2025-06-11 16:59
10