Skip to main content

Docker Images for Building WasmEdge

WasmEdge supports a wide range of Linux distributions dated back to 2014. The official release contains statically linked binaries and libraries for older Linux systems.

The table below shows build targets in WasmEdge's official release packages.

Developers can use the docker pull wasmedge/wasmedge:{tag_name} command to pull the docker image for WasmEdge building.

tag namearchbased operating systemLLVM versionENVscompatibilitycomments
latestx86_64Ubuntu 22.04 LTS15.0.7CC=clang, CXX=clang++Ubuntu 22.04+This is for CI, will always use the latest Ubuntu LTS release
ubuntu-build-gccx86_64Ubuntu 22.04 LTS15.0.7CC=gcc, CXX=g++Ubuntu 22.04+This is for CI, will always use the latest Ubuntu LTS release
ubuntu-build-clangx86_64Ubuntu 22.04 LTS15.0.7CC=clang, CXX=clang++Ubuntu 22.04+This is for CI, will always use the latest Ubuntu LTS release
ubuntu2004_x86_64x86_64Ubuntu 20.04 LTS10.0.0CC=gcc, CXX=g++Ubuntu 20.04+This is for developers who familiar with Ubuntu 20.04 LTS release
ubuntu2104_armv7larmhfUbuntu 21.0412.0.0CC=gcc, CXX=g++Ubuntu 21.04+This is for armhf release
manylinux2014_x86_64x86_64CentOS 7, 7.9.200916.0.5CC=gcc, CXX=g++Ubuntu 16.04+, CentOS 7+This is for developers who familiar with CentOS on x86_64 architecture
manylinux2014_aarch64aarch64CentOS 7, 7.9.200916.0.5CC=gcc, CXX=g++Ubuntu 16.04+, CentOS 7+This is for developers who familiar with CentOS on aarch64 architecture