Ubuntu 64 bit Multiarch (riscv64 and arm64 processors)
1.3K
This is replicable a 2 stage bootstrap ubuntu images built from debootstrap.
Access to the multi-platform docker image.
Access to the Git repository
First built from base distribution, second build from itself as a ubuntu container with ubuntu debootstrap Assure container support compatibility with the architecture adding updates and security updates
Supported platforms:
You can supervise all the sources, all the build steps, build yourserlf.
From a ubuntu:hirsute with enught space prepare for docker buildx multiarch environment
apt-get update
apt-get -y install git curl ca-certificates curl gnupg qemu binfmt-support qemu-user-static docker.io byobu make
export DOCKER_CLI_EXPERIMENTAL=enabled
docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3
docker buildx create --name builder
docker buildx use builder
docker buildx inspect --bootstrap
docker buildx ls
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm -t juampe/ubuntu:hirsute-riscv64 uname -m # Testing the emulation environment
Clone the repository
git clone https://github.com/juampe/ubuntu.git
cd ubuntu
Edit build.sh header variables to fit yout needs
./build.sh # to build
./builds.sh publish # to register and manifest publish
🙏If you apprecciate the effort, please consider to support us making a Cardano (ADA) donation.
addr1qys8y92emhj6r5rs7puw6df9ahcvna6gtdm7jlseg8ek7xf46xjc0eelmgtjvmcl9tjgaamz93f4e5nu86dus6grqyrqd28l0r
Content type
Image
Digest
Size
96.2 MB
Last updated
about 5 years ago
docker pull juampe/ubuntu:impish