scripts
scripts copied to clipboard
image build and composition scripts for Flatcar Container Linux
Current situation: - SDK: - `/bin`, `/sbin`, `/lib`, `/lib64`, `/usr/bin`, `/usr/sbin`, `/usr/lib`, `/usr/lib64` are all directories - generic: - `/usr/bin`, `/usr/sbin`, `/usr/lib`, `/usr/lib64` are all directories - `/bin`, `/sbin`, `/lib`,...
Subject says it all. CI (with SDK): http://jenkins.infra.kinvolk.io:8080/job/container/job/sdk/1673/cldsv/
Currently we generate three extra sysext images (podman, zfs and python). Make sure we get the reports for those too. ~Needs https://github.com/flatcar/flatcar-build-scripts/pull/162 first.~ CI: Tested together with #2230.
# Upgrade systemd from 255 to 256 Fixes: https://github.com/flatcar/Flatcar/issues/1501 ## Testing done [Describe the testing you have done before submitting this PR. Please include both the commands you issued as...
Follow-up from: https://github.com/flatcar/flatcar-build-scripts/pull/161 Not tested yet as there is no CVE between 6.6.43 and 6.6.44
This is to address a deprecation message that shows up when building docker images with `docker build`: CI: http://jenkins.infra.kinvolk.io:8080/job/container/job/packages_all_arches/4438/cldsv/ ``` docker.go:370: creating netcat containers cluster.go:125: DEPRECATED: The legacy builder is...
# Disable DHCP RapidCommit for CLoudSigma OEM This is related to the following issue: https://github.com/flatcar/Flatcar/issues/1438 ## How to use Build OEM beta image and upload it to CloudSigma. Create a...
It seems to be a useful tool, especially when trying to upstream things to Gentoo, as there is now a requirement to call pkgcheck on the changed packages. CI: http://jenkins.infra.kinvolk.io:8080/job/container/job/sdk/1635/cldsv/...
In this PR, we bring the "glue" between Flatcar CI and Hetzner Mantle implementation. NOTE: For this specific cloud provider there is no need to implement garbage collection as the...