mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
Often a change results in unexpected effects on the image, e.g., when a wrong package version gets chosen or the package installs files under /etc, or binaries of library dependencies get pulled in. Besides inspecting the image manually, the package-diff tool also gives valuable insights. Run the package-diff tool in a comparison to the last release and print the image URL alongside for convenience.
The scripts in this directory are run from OS Jenkins jobs. By storing the Jenkins scripts in this repository, they are more tightly coupled to the release branch of the SDK scripts that they require. The Jenkins jobs are responsible for setting up the environment and securely initializing an SDK in the workspace before running these scripts.
The special files named formats-${BOARD}.txt
are space-separated lists of VM
image formats that should be built for releases on this branch; i.e. the script
vm.sh
is run for each item in the list.