docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang linux/amd64

docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang - 国内下载镜像源 浏览次数:7

这是一个 WasmEdge 运行时的 Docker 镜像。WasmEdge 是一个轻量级、高性能的 WebAssembly 运行时,可以用于各种应用场景,例如云原生应用、边缘计算和物联网设备。

源镜像 docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang
镜像ID sha256:9d0873fcf35943d9ea7908212d4a53dd64efcd3166bb9f378f10e9065252c98d
镜像TAG ubuntu-22.04-build-clang
大小 1.34GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 7 次
贡献者 17*******8@qq.com
镜像创建 2025-09-22T00:30:16.229247224Z
同步时间 2025-09-23 19:24
更新时间 2025-09-23 20:00
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive CC=/usr/bin/clang-15 CXX=/usr/bin/clang++-15
镜像标签
2025-09-22T00:21:41Z: org.opencontainers.image.created WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.: org.opencontainers.image.description ubuntu: org.opencontainers.image.ref.name 38071c73d3067535be2b7d2211d60dc6e5adae5b: org.opencontainers.image.revision https://github.com/WasmEdge/WasmEdge.git: org.opencontainers.image.source WasmEdge: org.opencontainers.image.title https://github.com/WasmEdge/WasmEdge: org.opencontainers.image.url nightly: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang  docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang  docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang

Shell快速替换命令

sed -i 's#wasmedge/wasmedge:ubuntu-22.04-build-clang#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang  docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang  docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang'

镜像构建历史


# 2025-09-22 08:30:16  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-09-22 08:30:16  0.00B 设置环境变量 CXX
ENV CXX=/usr/bin/clang++-15
                        
# 2025-09-22 08:30:16  0.00B 设置环境变量 CC
ENV CC=/usr/bin/clang-15
                        
# 2025-09-22 08:30:16  11.74KB 执行命令并创建新的镜像层
RUN /bin/sh -c update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 100 &&     update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 100 &&     update-alternatives --install /usr/bin/llvm-strip llvm-strip /usr/bin/llvm-strip-15 100 # buildkit
                        
# 2025-09-22 08:30:16  754.65MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get install -y         llvm-15-dev         liblld-15-dev         clang-15 # buildkit
                        
# 2025-09-22 08:30:01  31.75MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get install -y cmake # buildkit
                        
# 2025-09-22 08:29:57  479.93MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&     apt-get upgrade -y &&     apt-get install -y         curl         dpkg-dev         g++         gcc         git         ninja-build         software-properties-common         wget         zlib1g-dev # buildkit
                        
# 2025-09-22 08:29:57  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-08-20 01:17:10  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-08-20 01:17:10  77.87MB 
/bin/sh -c #(nop) ADD file:9303cc1f788d2a9a8f909b154339f7c637b2a53c75c0e7f3da62eb1fefe371b1 in / 
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-08-20 01:17:08  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:9d0873fcf35943d9ea7908212d4a53dd64efcd3166bb9f378f10e9065252c98d",
    "RepoTags": [
        "wasmedge/wasmedge:ubuntu-22.04-build-clang",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang"
    ],
    "RepoDigests": [
        "wasmedge/wasmedge@sha256:612b9f6f2319cf261ca62d72f154fd2f301eca030ea77d502aef1e56bc8aa181",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wasmedge/wasmedge@sha256:d0e0cd2b9c8b32a897f7fca3edcdd26884210f915b75905fc11b61f7f8201240"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-22T00:30:16.229247224Z",
    "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",
            "DEBIAN_FRONTEND=noninteractive",
            "CC=/usr/bin/clang-15",
            "CXX=/usr/bin/clang++-15"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-09-22T00:21:41Z",
            "org.opencontainers.image.description": "WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "38071c73d3067535be2b7d2211d60dc6e5adae5b",
            "org.opencontainers.image.source": "https://github.com/WasmEdge/WasmEdge.git",
            "org.opencontainers.image.title": "WasmEdge",
            "org.opencontainers.image.url": "https://github.com/WasmEdge/WasmEdge",
            "org.opencontainers.image.version": "nightly"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1344208865,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8473ca50ecff9cc00acdd5be93aa2c8fe267ab2e94bd68c933ee55a2d2656db3/diff:/var/lib/docker/overlay2/db5d23a056e3aba7f96fbce8cf801b705a471a5ea8c4f82afdf1446a4260c0bc/diff:/var/lib/docker/overlay2/68ccb3ec8f164934ba7d474fdc1111d1472af1e69dd1326efa64c6cddc4aa474/diff:/var/lib/docker/overlay2/68e29b53ed19cd1995447af690f04ba01133dd31db4541ad9f87586a18034fbe/diff:/var/lib/docker/overlay2/686020265ba704bac267cf5b6fc8dfaf73aa31d484836dd3225bbe9a3899f285/diff",
            "MergedDir": "/var/lib/docker/overlay2/61998d3be084e6bd6885f56eaef0171be7ff6535db24c506c740f56f4b9c97a4/merged",
            "UpperDir": "/var/lib/docker/overlay2/61998d3be084e6bd6885f56eaef0171be7ff6535db24c506c740f56f4b9c97a4/diff",
            "WorkDir": "/var/lib/docker/overlay2/61998d3be084e6bd6885f56eaef0171be7ff6535db24c506c740f56f4b9c97a4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:dc6eb6dad5f9e332f00af553440e857b1467db1be43dd910cdb6830ba0898d50",
            "sha256:4d6b77105aa4d3946a062e934872ed432b86bffa100443d721a5a09500d569e0",
            "sha256:0881158605e5f53d7cb66411791ae97ef68dc22718bcdd1b6471816b09028978",
            "sha256:6d14ce7aa8cdfdcb0f1efd252858000827fce8c5922cad16ef4614ba323e8b55",
            "sha256:323d57015cc634249b8bfb3137b0db651e2eeeae2a92afab9f713e41b8639f90",
            "sha256:a51ae78ee3aaad666f6212fc7b716c332d51f2ffb55529624d4750836c43a3af"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-23T19:23:57.695522619+08:00"
    }
}

更多版本

docker.io/wasmedge/wasmedge:latest

linux/amd64 docker.io1.55GB2025-09-23 18:41
11

docker.io/wasmedge/wasmedge:ubuntu-22.04-build-clang

linux/amd64 docker.io1.34GB2025-09-23 19:24
6