mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 17:29:56 +00:00
1.0 KiB
1.0 KiB
Docker Hub
There are images on Docker Hub to help with reproducible builds. These are built (by hand) from alpine/base,
generally with tags based on the image contents.
mobylinux/alpine-basethe base packages for Moby, before we add Docker and our code and configmobylinux/alpine-build-cfor building C codemobylinux/alpine-build-gofor building Go codemobylinux/alpine-biosfor building BIOS imagemobylinux/alpine-efifor building efi imagesmobylinux/alpine-qemufor Qemu eg for the testsmobylinux/debian-build-kernelfor the kernel builds while we cannot use Alpine
In addition
mobylinux/mediacontains build artifacts
You can upload build artifacts with make media or make media MEDIA_PREFIX=1.12.0- if you want to change the prefix of the git hash.
The will by default be prefixed by experimental- if they are Docker experimental builds. These are used in the Mac and Windows build
process to get the images.
Ping @justincormack if you need access to the Hub organization.