logo
docker.io/beatrueman/builder:1.0
linux/amd64 docker.io

该镜像为通用构建工具镜像,包含常用的编译工具(如GCC、Make)、依赖管理工具(如npm、pip)及构建辅助工具,适用于多种编程语言项目的构建过程,可简化项目构建环境的配置,提高开发效率。

13
浏览次数
1.11GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0
源镜像
docker.io/beatrueman/builder:1.0
镜像ID
sha256:d5d45fdeb1cc5c22039c34998b0bdf5915ddf27d6bfdf0f36fe3d454f88f6b77
镜像 TAG
1.0
镜像大小
1.11GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/sh -c sleep 8888
启动入口
工作目录
OS/平台
linux/amd64
镜像创建
2024-04-05T21:13:06.173135071+08:00
同步时间
2026-08-03 18:22
浏览量
13 次
贡献者
📁 目录挂载 2
 /home/build/.local/share/containers  /var/lib/containers
⚙️ 环境变量 5
KeyValue
DISTTAG=f39container 0
FGC=f39 1
container=oci 2
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 3
BUILDAH_ISOLATION=chroot 4
🏷️ 镜像标签 18
KeyValue
c4d8254e011504575c146879a3e4fee1c1147756 built.by.commit
sha256:8fac02e89c53327b15291338c0c2caab1d7f7ea9610ad0c69e99b85eb704de18 built.by.digest
containers_build_push.sh built.by.exec
https://cirrus-ci.com/task/4881488032825344 built.by.logs
image_build built.by.repo
1.33.2 io.buildah.version
CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,SYS_CHROOT io.containers.capabilities
MIT license
fedora name
podman@lists.podman.io org.opencontainers.image.authors
2024-03-19T15:21:50+00:00 org.opencontainers.image.created
https://github.com/containers/image_build/blob/c4d8254e011504575c146879a3e4fee1c1147756/buildah/README.md org.opencontainers.image.documentation
c4d8254e011504575c146879a3e4fee1c1147756 org.opencontainers.image.revision
https://github.com/containers/image_build/blob/c4d8254e011504575c146879a3e4fee1c1147756/buildah/ org.opencontainers.image.source
https://quay.io/buildah/stable org.opencontainers.image.url
1.35.0 org.opencontainers.image.version
Fedora Project vendor
39 version
🛡️ 镜像安全扫描
fedora 39 Trivy 2026-08-03 18:23 查看完整报告
4
低危 LOW
65
中危 MEDIUM
56
高危 HIGH
4
严重 CRITICAL
受影响目标 (1)
usr/local/bin/draft gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0  docker.io/beatrueman/builder:1.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0  docker.io/beatrueman/builder:1.0

Shell快速替换命令

sed -i 's#beatrueman/builder:1.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0  docker.io/beatrueman/builder:1.0'

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-04-05 21:13:06  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "sleep 8888"]
                        
# 2024-04-05 21:13:06  58.34MB 执行命令并创建新的镜像层
RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/Azure/draft/main/scripts/install.sh | bash # buildkit
                        
# 2024-04-05 21:12:49  485.75MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum update -y &&     yum install -y jq &&     yum install -y go &&     yum clean all # buildkit
                        
# 2024-03-19 23:23:32  0.00B 
/bin/sh -c #(nop) LABEL "org.opencontainers.image.created"="2024-03-19T15:21:50+00:00" "org.opencontainers.image.authors"="podman@lists.podman.io" "org.opencontainers.image.url"="https://quay.io/buildah/stable" "org.opencontainers.image.source"="https://github.com/containers/image_build/blob/c4d8254e011504575c146879a3e4fee1c1147756/buildah/" "org.opencontainers.image.revision"="c4d8254e011504575c146879a3e4fee1c1147756" "org.opencontainers.image.documentation"="https://github.com/containers/image_build/blob/c4d8254e011504575c146879a3e4fee1c1147756/buildah/README.md" "built.by.repo"="image_build" "built.by.commit"="c4d8254e011504575c146879a3e4fee1c1147756" "built.by.exec"="containers_build_push.sh" "built.by.digest"="sha256:8fac02e89c53327b15291338c0c2caab1d7f7ea9610ad0c69e99b85eb704de18" "built.by.logs"="https://cirrus-ci.com/task/4881488032825344" "org.opencontainers.image.version"="1.35.0"
                        
# 2024-03-19 23:23:30  0.00B 
/bin/sh -c #(nop) ENV BUILDAH_ISOLATION=chroot
                        
# 2024-03-19 23:23:30  0.00B 
/bin/sh -c #(nop) VOLUME /home/build/.local/share/containers
                        
# 2024-03-19 23:23:30  0.00B 
/bin/sh -c #(nop) VOLUME /var/lib/containers
                        
# 2024-03-19 23:23:30  10.65KB 
|1 FLAVOR=stable /bin/sh -c sed -e 's|^#mount_program|mount_program|g'         -e 's|^graphroot|#graphroot|g'         -e 's|^runroot|#runroot|g'         /etc/containers/storage.conf         > /home/build/.config/containers/storage.conf &&         chown build:build /home/build/.config/containers/storage.conf
                        
# 2024-03-19 23:23:28  5.12KB 
|1 FLAVOR=stable /bin/sh -c useradd build &&     echo -e "build:1:999\nbuild:1001:64535" > /etc/subuid &&     echo -e "build:1:999\nbuild:1001:64535" > /etc/subgid &&     mkdir -p /home/build/.local/share/containers &&     mkdir -p /home/build/.config/containers &&     chown -R build:build /home/build
                        
# 2024-03-19 23:23:27  0.00B 
|1 FLAVOR=stable /bin/sh -c mkdir -p /var/lib/shared/overlay-images              /var/lib/shared/overlay-layers              /var/lib/shared/vfs-images              /var/lib/shared/vfs-layers &&     touch /var/lib/shared/overlay-images/images.lock &&     touch /var/lib/shared/overlay-layers/layers.lock &&     touch /var/lib/shared/vfs-images/images.lock &&     touch /var/lib/shared/vfs-layers/layers.lock
                        
# 2024-03-19 23:23:26  10.65KB 
|1 FLAVOR=stable /bin/sh -c sed -e 's|^#mount_program|mount_program|g'         -e '/additionalimage.*/a "/var/lib/shared",'         -e 's|^mountopt[[:space:]]*=.*$|mountopt = "nodev,fsync=0"|g'         /usr/share/containers/storage.conf         > /etc/containers/storage.conf &&     chmod 644 /etc/containers/storage.conf &&     chmod 644 /etc/containers/containers.conf
                        
# 2024-03-19 23:23:24  102.00B 
|1 FLAVOR=stable /bin/sh -c printf '/run/secrets/etc-pki-entitlement:/run/secrets/etc-pki-entitlement\n/run/secrets/rhsm:/run/secrets/rhsm\n' > /etc/containers/mounts.conf
                        
# 2024-03-19 23:23:23  37.00B 
/bin/sh -c #(nop) ADD file:8d8634aea5b9ee82cf2c39086e2fd82fbee0b14e23f86111e0577bee1cdeb424 in /etc/containers/ 
                        
# 2024-03-19 23:23:14  389.31MB 
|1 FLAVOR=stable /bin/sh -c dnf -y makecache &&     dnf -y update &&     rpm --setcaps shadow-utils 2>/dev/null &&     case "${FLAVOR}" in       stable)         dnf -y install buildah fuse-overlayfs cpp --exclude container-selinux       ;;       testing)         dnf -y install --enablerepo=updates-testing buildah fuse-overlayfs cpp             --exclude container-selinux       ;;       upstream)         dnf -y install 'dnf-command(copr)' --enablerepo=updates-testing &&         dnf -y copr enable rhcontainerbot/podman-next &&         dnf -y install buildah fuse-overlayfs             --exclude container-selinux             --enablerepo=updates-testing        ;;       *)         printf "\\nFLAVOR argument must be set and valid, currently: '${FLAVOR}'\\n\\n" 1>&2 &&         exit 1       ;;     esac &&     dnf -y clean all &&     rm -rf /var/cache /var/log/dnf* /var/log/yum.*
                        
# 2024-03-19 23:21:53  235.00B 
|1 FLAVOR=stable /bin/sh -c echo -e "\n\n# Added during image build" >> /etc/dnf/dnf.conf &&     echo -e "minrate=100\ntimeout=60\n" >> /etc/dnf/dnf.conf
                        
# 2024-03-19 23:21:51  0.00B 
/bin/sh -c #(nop) label "io.containers.capabilities"="CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,SYS_CHROOT"
                        
# 2024-03-19 23:21:51  0.00B 
/bin/sh -c #(nop) ARG FLAVOR
                        
# 2023-11-28 15:50:13  177.37MB 

                        
                    

镜像信息

{
    "Id": "sha256:d5d45fdeb1cc5c22039c34998b0bdf5915ddf27d6bfdf0f36fe3d454f88f6b77",
    "RepoTags": [
        "beatrueman/builder:1.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder:1.0"
    ],
    "RepoDigests": [
        "beatrueman/builder@sha256:cb83589ac8a3d02e20652d1abcd41febd64692e409633366bbb0fae80774f2d1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/beatrueman/builder@sha256:cb83589ac8a3d02e20652d1abcd41febd64692e409633366bbb0fae80774f2d1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-05T21:13:06.173135071+08:00",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "DISTTAG=f39container",
            "FGC=f39",
            "container=oci",
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "BUILDAH_ISOLATION=chroot"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "sleep 8888"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/home/build/.local/share/containers": {},
            "/var/lib/containers": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "built.by.commit": "c4d8254e011504575c146879a3e4fee1c1147756",
            "built.by.digest": "sha256:8fac02e89c53327b15291338c0c2caab1d7f7ea9610ad0c69e99b85eb704de18",
            "built.by.exec": "containers_build_push.sh",
            "built.by.logs": "https://cirrus-ci.com/task/4881488032825344",
            "built.by.repo": "image_build",
            "io.buildah.version": "1.33.2",
            "io.containers.capabilities": "CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,SYS_CHROOT",
            "license": "MIT",
            "name": "fedora",
            "org.opencontainers.image.authors": "podman@lists.podman.io",
            "org.opencontainers.image.created": "2024-03-19T15:21:50+00:00",
            "org.opencontainers.image.documentation": "https://github.com/containers/image_build/blob/c4d8254e011504575c146879a3e4fee1c1147756/buildah/README.md",
            "org.opencontainers.image.revision": "c4d8254e011504575c146879a3e4fee1c1147756",
            "org.opencontainers.image.source": "https://github.com/containers/image_build/blob/c4d8254e011504575c146879a3e4fee1c1147756/buildah/",
            "org.opencontainers.image.url": "https://quay.io/buildah/stable",
            "org.opencontainers.image.version": "1.35.0",
            "vendor": "Fedora Project",
            "version": "39"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1110806478,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/12c5103d19ab6439bac0368ee69bb0cbce0a4aa37438e6e2670f78b5f192fad9/diff:/var/lib/docker/overlay2/1769921eeecf1a1d09ca086ad637ebb713df547dba67bba18f4447ef6eeeaf2d/diff:/var/lib/docker/overlay2/9b3801d4f7ab56a47dbdc0d2bc828a09d0d14709a3f096accdd385db6824fcb6/diff:/var/lib/docker/overlay2/1644c0f2f9ea2948e55ae89fbea9eda801d4cc22d20d8d37f3345a41ab3a2096/diff:/var/lib/docker/overlay2/2a967ff7293ffeafeb4f6532d73ada4be4412de9c5b7b9ab81260dc1ae659a44/diff:/var/lib/docker/overlay2/e952b09c212abd7e14b75f944bc7ed23807bd3079a108e6eedfd2f7e139e632b/diff:/var/lib/docker/overlay2/115e64235c8c2db24140c5404cf84df5cb292572ae31e00d1fa82743f8cb0e3b/diff:/var/lib/docker/overlay2/3376ef0d8b0c321bb0ea1309dc29742e934d92e415188c157657b93e556fad21/diff:/var/lib/docker/overlay2/0b295e0904c6c3e39b385caaf8a5fe88e844f0f89e1b8d14e1aaea09aab657cb/diff:/var/lib/docker/overlay2/a7689ab6d2efa74fbedce1cc8ddcee0c4327fbf9f68915810c358f70ffac74c1/diff",
            "MergedDir": "/var/lib/docker/overlay2/64011092e2c805b7ac6807ff8664e149677f26df770c02c90890fd29f7b154a8/merged",
            "UpperDir": "/var/lib/docker/overlay2/64011092e2c805b7ac6807ff8664e149677f26df770c02c90890fd29f7b154a8/diff",
            "WorkDir": "/var/lib/docker/overlay2/64011092e2c805b7ac6807ff8664e149677f26df770c02c90890fd29f7b154a8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8ff7ad910417a7b8a49019008335921d2aac0e3304a19ce258deabf431e59801",
            "sha256:a8a979338709639d5907c6ee3ef57deec2737312f1e3015dad502518d5296fae",
            "sha256:c1500e0691b6b13ef4ed033fce256c9e7c77e6582a74c0a58df88cff2b3c21fe",
            "sha256:e68af7742d050256aaba9e052ac0a04107b560bf0feb9db3548f2215dba89315",
            "sha256:b5106db07db5cf8a62952306df253b44f64a374bed444b28cb18bce40b4a5a5a",
            "sha256:bd31b6aec8014a368f324738b85b81794800789de3b0e169ab55255e6f33635b",
            "sha256:0b222025d78d09645721c944c522fe3ddb723c3efea294beb146f2381fdd1b9b",
            "sha256:7a1a1336c5c50654e1a7a8a7c92515c544939f98c02bc11db24c7ffb57cfc32e",
            "sha256:b2a925b29e0baacaf391d30661689beddf13adf4802cf7661219496e1f8903b5",
            "sha256:3e52e483c3c6522a9f26fd3cda7782938686a340d45e4d8f900d0d8382f06f4b",
            "sha256:9d6eb6ac7c361c6863dc6dda87ba567f6e6a4cedfc11d149e93cddd97739ab31"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-03T18:21:51.712534014+08:00"
    }
}

更多版本

docker.io/beatrueman/builder:1.0

linux/amd64 docker.io1.11GB2026-08-03 18:22
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×