mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
This change removes Flatcar specific builds of docker[-cli], containerd, runc, and cri-tools and instead switches to upstream Gentoo ebuilds added to portage-stable. The change updates docker to 24.0.6. NOTE that there currently is no upstream ebuild for containerd-1.7.7, so this change adds that ebuild based on the upstream containerd-1.7.6 ebuild. Flatcar customisations like systemd units etc. are now applied in the manglefs script of the respective sysexts, based on file system trees in coreos-overlay/coreos/sysext/(containerd|docker). The build_sysext script has been extended by an option to strip all binaries in a sysext; the option is active by default. This takes care of removing debug symbols from docker and containerd - which are not removed by the default Gentoo build. The overall size of both containerd and docker sysext is reduced by ~50%. Lastly, the sysext command line syntax of build_image has been extended to allow specifying multiple packages for a sysext. This was necessary because docker-cli and docker do not have any runtime relationships and therefore must both be specified for installation to correctly mirror Flatcar's own docker packaging. Signed-off-by: Thilo Fromm <thilofromm@microsoft.com> |
||
---|---|---|
.. | ||
board_options.sh | ||
build_image_util.sh | ||
catalyst_sdk.sh | ||
catalyst_toolchains.sh | ||
catalyst.sh | ||
check_root | ||
configure_bootloaders.sh | ||
cros_vm_constants.sh | ||
dev_container_util.sh | ||
disk_layout.json | ||
disk_util | ||
ebuild_aci_manifest.in | ||
ebuild_aci_util.sh | ||
extract-initramfs-from-vmlinuz.sh | ||
gen_tmpfiles.py | ||
generate_au_zip.py | ||
generate_grub_hashes.py | ||
generate_kernel_hash.py | ||
grub_install.sh | ||
grub.cfg | ||
menu.lst | ||
modify_image_util.sh | ||
oem_aci_util.sh | ||
parallels_pvs.sh | ||
prefix_util.sh | ||
prod_image_util.sh | ||
qemu_template.sh | ||
release_util.sh | ||
reports_util.sh | ||
set_lsb_release | ||
sysext_mangle_containerd-flatcar | ||
sysext_mangle_docker-flatcar | ||
sysext_prod_builder | ||
template_vmware.ovf | ||
test_build_root | ||
test_image_content.sh | ||
test_oem_pkgs | ||
toolchain_util.sh | ||
update_chroot_util.sh | ||
virtualbox_ovf.sh | ||
vm_image_util.sh | ||
write_hdd.sh |