logo
docker.io/docker/dockerfile:1.14
linux/arm64 docker.io 请确认架构匹配
**Docker镜像描述** /docker/io/docker/dockerfile是docker官方提供的一个容器镜像,该镜像是用来构建和管理Docker容器的基础镜像。 以下为详细描述:

镜像名称:

/docker.io/docker/dockerfile

镜像描述:

该镜像是docker官方提供的一个基本镜像,用于构建和管理Docker容器的基础镜像。它包含了必要的工具和命令来创建和运行Docker容器。

使用场景:

开发者可以使用此镜像作为开始点来创建自己的docker镜像,或者用于构建和管理docker容器。它也是一个常用的基础镜像,可以用于学习和演示docker相关知识的教程等场合。

注意:

该镜像是docker官方提供的一个基本镜像,不包含任何特定的应用程序或服务,仅用于构建和管理docker容器。

279
浏览次数
25.17MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64
源镜像
docker.io/docker/dockerfile:1.14
镜像ID
sha256:8c83946f4fddd5e9526666bac13c003ac0ea368d7ae8362ad21b5599f4e732ca
镜像 TAG
1.14-linuxarm64
镜像大小
25.17MB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/bin/dockerfile-frontend
工作目录
/
OS/平台
linux/arm64
镜像创建
2025-03-05T15:47:51.199635071Z
同步时间
2025-11-04 15:06
浏览量
279 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 2
KeyValue
moby.buildkit.frontend.inputs,moby.buildkit.frontend.subrequests,moby.buildkit.frontend.contexts moby.buildkit.frontend.caps
true moby.buildkit.frontend.network.none

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64  docker.io/docker/dockerfile:1.14

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64  docker.io/docker/dockerfile:1.14

Shell快速替换命令

sed -i 's#docker/dockerfile:1.14#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64  docker.io/docker/dockerfile:1.14'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-03-05 23:47:51  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/dockerfile-frontend"]
                        
# 2025-03-05 23:47:51  25.17MB 复制新文件或目录到容器中
COPY /dockerfile-frontend /bin/dockerfile-frontend # buildkit
                        
# 2025-03-05 23:47:51  0.00B 添加元数据标签
LABEL moby.buildkit.frontend.caps=moby.buildkit.frontend.inputs,moby.buildkit.frontend.subrequests,moby.buildkit.frontend.contexts
                        
# 2025-03-05 23:47:51  0.00B 添加元数据标签
LABEL moby.buildkit.frontend.network.none=true
                        
                    

镜像信息

{
    "Id": "sha256:8c83946f4fddd5e9526666bac13c003ac0ea368d7ae8362ad21b5599f4e732ca",
    "RepoTags": [
        "docker/dockerfile:1.14",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile:1.14-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/docker/dockerfile@sha256:72b7d58854e70265e5f5a56a7863186ec01c0df02469b9a0c5cbfbdb82dc21da"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-05T15:47:51.199635071Z",
    "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": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/bin/dockerfile-frontend"
        ],
        "OnBuild": null,
        "Labels": {
            "moby.buildkit.frontend.caps": "moby.buildkit.frontend.inputs,moby.buildkit.frontend.subrequests,moby.buildkit.frontend.contexts",
            "moby.buildkit.frontend.network.none": "true"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 25172725,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/75dade87e668c59b1280ca385cf3a95736e90a35f61f29416d120da0cf51cc35/merged",
            "UpperDir": "/var/lib/docker/overlay2/75dade87e668c59b1280ca385cf3a95736e90a35f61f29416d120da0cf51cc35/diff",
            "WorkDir": "/var/lib/docker/overlay2/75dade87e668c59b1280ca385cf3a95736e90a35f61f29416d120da0cf51cc35/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1d1fd28094a2a2a82cf0cb30bedef9f9f7132a91a9b80aa87401f63e638c3f7a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-04T15:06:47.358654618+08:00"
    }
}

更多版本

docker.io/docker/dockerfile:1

linux/amd64 docker.io24.82MB2024-10-10 15:39
953

docker.io/docker/dockerfile:1-labs

linux/amd64 docker.io27.89MB2025-07-10 17:40
561

docker.io/docker/dockerfile:1.10

linux/amd64 docker.io24.82MB2026-01-07 13:50
334

docker.io/docker/dockerfile:1.14

linux/amd64 docker.io25.94MB2025-11-04 14:23
306

docker.io/docker/dockerfile:1.14

linux/arm64 docker.io25.17MB2025-11-04 15:06
278

docker.io/docker/dockerfile:1.2

linux/arm64 docker.io19.50MB2025-07-03 19:27
379

docker.io/docker/dockerfile:1.20

linux/amd64 docker.io27.73MB2025-12-25 18:27
370

docker.io/docker/dockerfile:1.3

linux/amd64 docker.io20.72MB2026-02-28 10:11
396

docker.io/docker/dockerfile:1.4

linux/amd64 docker.io20.63MB2024-12-23 12:31
915

docker.io/docker/dockerfile:1.4

linux/arm64 docker.io20.28MB2025-03-28 00:15
427

docker.io/docker/dockerfile:1.6

linux/amd64 docker.io23.60MB2025-12-19 14:14
455

docker.io/docker/dockerfile:1.6

linux/arm64 docker.io22.62MB2025-12-01 15:17
279

docker.io/docker/dockerfile:1.6.0

linux/amd64 docker.io23.60MB2026-01-08 08:51
362

docker.io/docker/dockerfile:1.7

linux/amd64 docker.io23.78MB2026-01-20 09:38
887

docker.io/docker/dockerfile:1.7

linux/arm64 docker.io23.05MB2026-03-31 17:27
212

docker.io/docker/dockerfile:1.7-labs

linux/amd64 docker.io23.80MB2026-06-16 10:32
184

docker.io/docker/dockerfile:1.8.1

linux/amd64 docker.io24.02MB2025-12-25 15:00
396

docker.io/docker/dockerfile:1.9

linux/amd64 docker.io24.79MB2026-01-20 09:42
408

docker.io/docker/dockerfile:1.9

linux/arm64 docker.io24.06MB2026-08-04 18:17
92

docker.io/docker/dockerfile:experimental

linux/amd64 docker.io20.43MB2025-07-08 15:19
501
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×