Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks): org.opencontainers.image.authors
2024-08-25T00:07:35+00:00: org.opencontainers.image.created
Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.: org.opencontainers.image.description
https://wiki.archlinux.org/title/Docker#Arch_Linux: org.opencontainers.image.documentation
GPL-3.0-or-later: org.opencontainers.image.licenses
61cb892bfc251e46f73e716ceb3b903ec4e9e725: org.opencontainers.image.revision
https://gitlab.archlinux.org/archlinux/archlinux-docker: org.opencontainers.image.source
Arch Linux base Image: org.opencontainers.image.title
https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md: org.opencontainers.image.url
20240825.0.257728: org.opencontainers.image.version
镜像构建历史
# 2024-08-25 08:07:35 0.00B 设置默认要执行的命令
CMD ["/usr/bin/bash"]
# 2024-08-25 08:07:35 0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
# 2024-08-25 08:07:35 33.07KB 执行命令并创建新的镜像层
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20240825.0.257728' /etc/os-release # buildkit
# 2024-08-25 08:07:35 451.12MB 复制新文件或目录到容器中
COPY /rootfs/ / # buildkit
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.created=2024-08-25T00:07:35+00:00
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.revision=61cb892bfc251e46f73e716ceb3b903ec4e9e725
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.version=20240825.0.257728
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=GPL-3.0-or-later
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
# 2024-08-25 08:07:35 0.00B 添加元数据标签
LABEL org.opencontainers.image.title=Arch Linux base Image
镜像信息
{
"Id": "sha256:9f0f676c66b87046098aab121b83ee673e8a59e7dd50ee2c41aa78b68054c1d6",
"RepoTags": [
"archlinux:latest",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/archlinux:latest"
],
"RepoDigests": [
"archlinux@sha256:dd8a773cb2aba170c094eecefa0da4256a008aff1c04a8ac9fc31f09cf025b81",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/archlinux@sha256:49093ad39693bd4c7993e4bb4cc410db4afd0ba03e1699efbc07af9e7bf9fb42"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2024-08-25T00:07:35Z",
"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",
"LANG=C.UTF-8"
],
"Cmd": [
"/usr/bin/bash"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"org.opencontainers.image.authors": "Santiago Torres-Arias \u003csantiago@archlinux.org\u003e (@SantiagoTorres), Christian Rebischke \u003cChris.Rebischke@archlinux.org\u003e (@shibumi), Justin Kromlinger \u003chashworks@archlinux.org\u003e (@hashworks)",
"org.opencontainers.image.created": "2024-08-25T00:07:35+00:00",
"org.opencontainers.image.description": "Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.",
"org.opencontainers.image.documentation": "https://wiki.archlinux.org/title/Docker#Arch_Linux",
"org.opencontainers.image.licenses": "GPL-3.0-or-later",
"org.opencontainers.image.revision": "61cb892bfc251e46f73e716ceb3b903ec4e9e725",
"org.opencontainers.image.source": "https://gitlab.archlinux.org/archlinux/archlinux-docker",
"org.opencontainers.image.title": "Arch Linux base Image",
"org.opencontainers.image.url": "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md",
"org.opencontainers.image.version": "20240825.0.257728"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 451150308,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/40100d7f204d5034c8c886a4cfd175eea68fb8deaaae7da4391368872e6858bc/diff",
"MergedDir": "/var/lib/docker/overlay2/5b6a62049ff38477387046b4fe26918a2ccaff84cd9e1ed708df7f4000757a78/merged",
"UpperDir": "/var/lib/docker/overlay2/5b6a62049ff38477387046b4fe26918a2ccaff84cd9e1ed708df7f4000757a78/diff",
"WorkDir": "/var/lib/docker/overlay2/5b6a62049ff38477387046b4fe26918a2ccaff84cd9e1ed708df7f4000757a78/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:3157bbc68accbda6b4d8e46e8de3e65e4c5e5945af034a2c74244075a390eb5a",
"sha256:4c768fdbc8c44a9e8e1f14e77df23d4c37356bbcb93a295c3b90ac5dbad4a33e"
]
},
"Metadata": {
"LastTagTime": "2024-09-07T16:58:43.247746888+08:00"
}
}