diff --git a/data/files/pxetree/README b/data/files/pxetree/README index 54522cdfd8..3fffe9fb03 100644 --- a/data/files/pxetree/README +++ b/data/files/pxetree/README @@ -1,7 +1,7 @@ # About this archive This archive contains files suitable for use with PXE booting or UEFI HTTP booting. -It includes this following: +It includes the following: * EFI/ directory tree of shim and Grub2 bootloader files * vmlinuz - kernel diff --git a/doc/00-installation.md b/doc/00-installation.md index c85c2a12f3..79d7cdedc2 100644 --- a/doc/00-installation.md +++ b/doc/00-installation.md @@ -49,9 +49,9 @@ Another option, and this might be most useful while hacking on the source is to ```console $ sudo dnf install go git-core osbuild osbuild-depsolve-dnf osbuild-ostree osbuild-lvm2 osbuild-luks2 # ... -$ git clone github.com/osbuild/image-builder-cli +$ git clone https://github.com/osbuild/image-builder # ... -$ cd image-builder-cli +$ cd image-builder $ go build ./cmd/image-builder # ... $ sudo ./image-builder build --distro fedora-43 minimal-raw-xz diff --git a/test/README.md b/test/README.md index 6d75de34b7..9268533c9b 100644 --- a/test/README.md +++ b/test/README.md @@ -12,7 +12,7 @@ and are run via the gitlab CI. go build -o bin/build ./cmd/build sudo ./bin/build --output ./buildtest --rpmmd /tmp/rpmmd --distro fedora-41 --type qcow2 --config test/configs/embed-containers.json ``` -will build a Fedora 38 qcow2 image using the configuration specified in the file `embed-containers.json` +will build a Fedora 41 qcow2 image using the configuration specified in the file `embed-containers.json` - [./cmd/gen-manifests](../cmd/gen-manifests) generates manifests based on the configs specified in [./test/config-list.json](./config-list.json). The config list maps configuration files to image types, distributions, and architectures. An empty list means it applies to all values. Globs are supported. @@ -47,7 +47,7 @@ to connect run: ssh -i /tmp/tmpg56bxqko/testkey -p 52387 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no osbuild@localhost ``` The ssh command can just be copy/pasted and gives access to the vm running the image. The -`check-host-config` binary and configuration will be availabe inside /tmp to inspect/run. +`check-host-config` binary and configuration will be available inside /tmp to inspect/run. If qemu-user-static/qemu-system-$arch is installed `build-image --arch ` is also supported, e.g. `build-image --arch ppc64le centos-10 qcow2 ./test/configs/empty.json` will create a @@ -132,7 +132,7 @@ The following describe the stages that are run for each distro-arch combination. #### 1. Generate build config -The first stage of the workflow runs the `./test/generate-build-config` script. +The first stage of the workflow runs the `./test/scripts/generate-build-config` script. The config generator: - Generates all the manifests for a given distribution and architecture using the `./cmd/gen-manifests` tool. @@ -194,16 +194,16 @@ for example: #### 3. Generate ostree build config -This stage of the workflow runs the `./test/generate-ostree-build-config` script. It has the same purpose as the config generator in the first step, but it sets up ostree containers to serve commits to generate manifests for the image types that depend on them. +This stage of the workflow runs the `./test/scripts/generate-ostree-build-config` script. It has the same purpose as the config generator in the first step, but it sets up ostree containers to serve commits to generate manifests for the image types that depend on them. The config generator: - Generates all the manifests for build config dependencies for a given distribution and architecture using the `./cmd/gen-manifests` tool. - Build config dependencies are image type and config pairings that appear in the `depends` part of a build config . - - For example [iot-ostree-pull-empty](./configs/iot-ostree-pull-empty.json)) will cause a manifest to be generated for `iot-container` with the `empty` config for all distros. + - For example [iot-ostree-pull-empty](./configs/iot-ostree-pull-empty.json) will cause a manifest to be generated for `iot-container` with the `empty` config for all distros. - Determines the container name and tag from the build name and manifest ID and pulls each container from the registry. - Runs each container with a unique port mapped to the internal web service port. - For each build config that defines a dependency and for each image that config applies to, creates build configs and a config list that defines the URL, port, and ref for the ostree commit source. - - For example, the config [iot-ostree-pull-empty](./configs/iot-ostree-pull-empty.json)) is mapped in the [config-list](config-list.json) to the image types `iot-ami`, `iot-installer`, `iot-raw-image`, and `iot-vsphere`. This will create four configs for each distro, one for each image type, that will all have ostree options to pull an ostree commit from an `iot-container` of the same distro. + - For example, the config [iot-ostree-pull-empty](./configs/iot-ostree-pull-empty.json) is mapped in the [config-list](config-list.json) to the image types `iot-ami`, `iot-installer`, `iot-raw-image`, and `iot-vsphere`. This will create four configs for each distro, one for each image type, that will all have ostree options to pull an ostree commit from an `iot-container` of the same distro. - Generates all the manifests defined in the config list that was generated in the previous step. - Note that this manifest generation step uses the `-skip-noconfig` flag, which means that any image type not defined in the list is skipped. - Downloads the test build cache. diff --git a/test/data/manifest-checksums/centos_10-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/centos_10-aarch64-pxe_tar_xz-empty index c36b9b1af8..069d14cf81 100644 --- a/test/data/manifest-checksums/centos_10-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/centos_10-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -ddccc0fc8f8ffc9da12df3b7b9b6b4a4ca8a244ae6611df8cfcc921bc273b12b +3f9f345d6ce68650ea82425f2b52f2204d616cdd925f5e355cfee1f58bde8c94 diff --git a/test/data/manifest-checksums/centos_10-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/centos_10-x86_64-pxe_tar_xz-empty index 0f3d4fcd04..8b29588bba 100644 --- a/test/data/manifest-checksums/centos_10-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/centos_10-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -316a8b0fd3a11ce0eb89bbb2c1e493d3ac1d8b1ed79345ae2d5ec59368d96677 +a2513fbacb4c1be147b9d357de2851c22e00afaebed3c5616f9cc11138026e15 diff --git a/test/data/manifest-checksums/centos_9-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/centos_9-aarch64-pxe_tar_xz-empty index 09e971a315..7520506fd9 100644 --- a/test/data/manifest-checksums/centos_9-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/centos_9-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -e5f1110d1de4ff12787aafa85fb9405896478a50c6937af125c488b23fe95180 +557c3a9ba992183a4c69e8c883e629a455cc071ba8f671cdbfcd89026870fea2 diff --git a/test/data/manifest-checksums/centos_9-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/centos_9-x86_64-pxe_tar_xz-empty index 1824d93d6e..0d0ac29f98 100644 --- a/test/data/manifest-checksums/centos_9-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/centos_9-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -75f2fef1b588797516786bd340aad80dc7777c142400c0882f3e78e74161a329 +2a9cf43de12315230c8d36add6f813223c97b18079a7a5bd5a6d087b6597df3a diff --git a/test/data/manifest-checksums/eln_11-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/eln_11-aarch64-pxe_tar_xz-empty index 1f428d0320..757473d596 100644 --- a/test/data/manifest-checksums/eln_11-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/eln_11-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -ce758094b0ebcf80db46953513259f6e4d3a105d4212d53dac1a510942477899 +00cf4002dca14b3d0d3cb6dfcf509b332af6a2c3177212fe913b61f47195087f diff --git a/test/data/manifest-checksums/eln_11-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/eln_11-x86_64-pxe_tar_xz-empty index 3ea5708c65..7b76be3466 100644 --- a/test/data/manifest-checksums/eln_11-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/eln_11-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -3e750a96abeaf4578ec9c97c05019a2ff04f12165a67c9090f27653048e6469b +9169f1c4c5e0dbfab24f45497bf6970c6c7043ce77c67cfeda78a95eef1d3d5c diff --git a/test/data/manifest-checksums/fedora_43-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/fedora_43-aarch64-pxe_tar_xz-empty index 78cba8ddc0..a98e58b393 100644 --- a/test/data/manifest-checksums/fedora_43-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/fedora_43-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -912614d9a12497e77271c87fd0ad63a8b1bda15f8aa234c10610295d87dd0741 +9a13bb169a4b18c9e3f93ab272d42f263c9e7a552a130dfadb6c33f3c0fb5752 diff --git a/test/data/manifest-checksums/fedora_43-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/fedora_43-x86_64-pxe_tar_xz-empty index 8306c45547..6cb6d569bd 100644 --- a/test/data/manifest-checksums/fedora_43-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/fedora_43-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -c5cf9c7c92c45182ddeff5e93e5b76e16029ef3c827571bb7439aa10d45c94a1 +7d3fbbf97182f4f0776ca43057d5b470e3a8b46b3daf9a3899f96c64b9de9960 diff --git a/test/data/manifest-checksums/fedora_44-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/fedora_44-aarch64-pxe_tar_xz-empty index 27ced8c26f..5de3474e3b 100644 --- a/test/data/manifest-checksums/fedora_44-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/fedora_44-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -d975fba72d423f46034d8f1efc727b48748f36f7135a3ea3bc1e258834580a4a +d603905fd2439ad761298306524e583e20abd7acb320da89df6e2c31218107f3 diff --git a/test/data/manifest-checksums/fedora_44-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/fedora_44-x86_64-pxe_tar_xz-empty index ad642bf829..68e29cbc1a 100644 --- a/test/data/manifest-checksums/fedora_44-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/fedora_44-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -84f37773bb8e0552db2b59d23f99f194b9b14921ab428d99861f2c77252a5ed5 +5b664292d9ce502e81b2791409f372543329515708988501a59a83e82579f887 diff --git a/test/data/manifest-checksums/fedora_45-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/fedora_45-aarch64-pxe_tar_xz-empty index 1c205ffd84..3e0cdba6c7 100644 --- a/test/data/manifest-checksums/fedora_45-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/fedora_45-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -cee53c8ae3a0458974c6301c7a66012b369bd0585dc6f6f34e49c3db1383c8cf +0332469931ebc1e688ffab48a650b67966a485b2f8e12999ef1c2b6e9121aa81 diff --git a/test/data/manifest-checksums/fedora_45-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/fedora_45-x86_64-pxe_tar_xz-empty index bce497a24c..e44472d37b 100644 --- a/test/data/manifest-checksums/fedora_45-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/fedora_45-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -46a0c261a123e6ed6c643823f2f6d1ab847b47a8ca07ddd8676c0669360829d5 +d53540c5526a620a76d11e1345af24e5446e4bae49e1845cfeea169d24266d7f diff --git a/test/data/manifest-checksums/rhel_10.0-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_10.0-aarch64-pxe_tar_xz-empty index 34223cc057..7bbf9be244 100644 --- a/test/data/manifest-checksums/rhel_10.0-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_10.0-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -3a9e241d1a1bf20e9d8bc430490a56a55049af8415d6e7a4bcf354086ab1a896 +a6284367f5f3ac30149bb9aee54689c4050b39252459711a973333eb4a922cf7 diff --git a/test/data/manifest-checksums/rhel_10.0-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_10.0-x86_64-pxe_tar_xz-empty index 89cd066578..62bdfdfd04 100644 --- a/test/data/manifest-checksums/rhel_10.0-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_10.0-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -3d0e4e71a0adcb975d71f29f2952d1ed410aca3f1a9f589fcbdf120362c1d409 +95e794cc6da12adce2284c62a957a42e2480e621a1ef0c4e062302aa842af29d diff --git a/test/data/manifest-checksums/rhel_10.2-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_10.2-aarch64-pxe_tar_xz-empty index 67d3a994ac..050456b700 100644 --- a/test/data/manifest-checksums/rhel_10.2-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_10.2-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -d9b71542eb9fd0b47aee6c57e656ab4d09f6893de833cf6448dfc44dc550ec6c +14d6c9ce04553642ce41cf5ed3579ae91d15c39864161d7eb0bbd6d097c941d6 diff --git a/test/data/manifest-checksums/rhel_10.2-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_10.2-x86_64-pxe_tar_xz-empty index 7caa8aba49..ebd78de28c 100644 --- a/test/data/manifest-checksums/rhel_10.2-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_10.2-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -d747977bcfcc438b0a545ea16ef7b2fdd389501d0530d9107e53475d577f0db1 +9231afa14cfc960ecfa7c3a592f9dc9c33f1cdaeb6e3599712d85bdfbd4f0e49 diff --git a/test/data/manifest-checksums/rhel_10.3-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_10.3-aarch64-pxe_tar_xz-empty index 6fbcd464fe..e21d2129b0 100644 --- a/test/data/manifest-checksums/rhel_10.3-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_10.3-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -771204855bde308e359f56f418be33df9d1f44c88cbe57f1d69798fa6a6e2da7 +de2cbd6fe4dc3e22a839b316fd1753a2d653543545f5b29e34c3b85bdf8633f5 diff --git a/test/data/manifest-checksums/rhel_10.3-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_10.3-x86_64-pxe_tar_xz-empty index 25d443d93a..b60bf4933d 100644 --- a/test/data/manifest-checksums/rhel_10.3-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_10.3-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -307d47d8ef00c4a7e4f3e277251e6f43a87815e82b0e33ee4a7dd66b0e501baa +53ab0fc54b94701b2dffeaf5af0e523ff45e9b25feb0dd20fbb9f286227f1b32 diff --git a/test/data/manifest-checksums/rhel_9.0-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.0-aarch64-pxe_tar_xz-empty index bc2222317b..eaaccae926 100644 --- a/test/data/manifest-checksums/rhel_9.0-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.0-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -187493f72a649d5561c51544fd65f83ced78757e87e46f684fb7a9413e525ef3 +f53e7fd7620515a71917ff55f2677805117cbd519df8ac4f4cbb8729a185b427 diff --git a/test/data/manifest-checksums/rhel_9.0-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.0-x86_64-pxe_tar_xz-empty index 215f26baf7..89620d501b 100644 --- a/test/data/manifest-checksums/rhel_9.0-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.0-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -8711e8f1c3295d93cb77bdf3df81cde5cc92b1355691df87145410da51f2ff94 +0c4b96804c367c6cd23040379e5564785db04e3e3984bc946b2de8557aee2c5a diff --git a/test/data/manifest-checksums/rhel_9.2-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.2-aarch64-pxe_tar_xz-empty index 80fc1487e6..b906fa6824 100644 --- a/test/data/manifest-checksums/rhel_9.2-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.2-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -cfca5bcaed3873c90c1cf0711a6a5f8f8ad08e9280939843fc8aedb088c54275 +74eb749841b095fa3de0ce188a495096fad44f55a541ce0ec45ed6a8292f231d diff --git a/test/data/manifest-checksums/rhel_9.2-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.2-x86_64-pxe_tar_xz-empty index 5c205c94f0..ee6aab9af2 100644 --- a/test/data/manifest-checksums/rhel_9.2-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.2-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -b6f7c6e45e2ec2214867c8f10e45eac5019d50b4bea76fc8c22f1c14693490bc +d0503ee26dc84a67f72a34dd58b1c07e9798b187e1085c13cbb0436788802920 diff --git a/test/data/manifest-checksums/rhel_9.4-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.4-aarch64-pxe_tar_xz-empty index ff90a2479a..2b6d323f4a 100644 --- a/test/data/manifest-checksums/rhel_9.4-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.4-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -6de05e414b8f1a19bfa60cdd78d157b665d908000193fc8c12c8aa334d620af3 +b7a32800407e36283bce78d8e924a2da261c1956010bada937d80a051014f548 diff --git a/test/data/manifest-checksums/rhel_9.4-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.4-x86_64-pxe_tar_xz-empty index 2750aeac24..28ff565ad5 100644 --- a/test/data/manifest-checksums/rhel_9.4-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.4-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -e8a3a26a37f555889ec653bb69d80d1eef17f82cd5e94eb139f4a341964be8da +191283321d02ab90fb5ff2ac671e1200a17c0b05d9c7707d44d92772d42b863c diff --git a/test/data/manifest-checksums/rhel_9.6-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.6-aarch64-pxe_tar_xz-empty index 43f717cb4d..d56da7c971 100644 --- a/test/data/manifest-checksums/rhel_9.6-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.6-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -cb57f1ac17aff4b790c9e3501ed6f48bc712a1607b385ee8423edbfc9054ed09 +a603d1ffb09f7e910b2d29d8c3467e5a968f0687249044840b6acb1323f4e0a7 diff --git a/test/data/manifest-checksums/rhel_9.6-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.6-x86_64-pxe_tar_xz-empty index 0f1ca28583..fe14c2637f 100644 --- a/test/data/manifest-checksums/rhel_9.6-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.6-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -497a9e3bfb0792ffdad86d5d5b09dd05fa0760161a52fa0b4f6743976639d693 +eedc9cb53ebc9d3c01c68062b2719d52d75eb9af8486bd9c4771c45a7956d8c1 diff --git a/test/data/manifest-checksums/rhel_9.8-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.8-aarch64-pxe_tar_xz-empty index 91b47ea0d3..e9a5328162 100644 --- a/test/data/manifest-checksums/rhel_9.8-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.8-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -57b1b05da0e36b50f2f3fd86767ca1c2d8e051fd094110b3f59f753386d11821 +5e35e5fdd362a6f9f79ba51163326a8f8e744c09d3d1a04ead19b4704407e23b diff --git a/test/data/manifest-checksums/rhel_9.8-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.8-x86_64-pxe_tar_xz-empty index cf6ca537ff..a7e742d255 100644 --- a/test/data/manifest-checksums/rhel_9.8-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.8-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -8c502784f2b0eda56de2594184c18d5b1366f3bd39826a451d134fca19013635 +d5097ca111deee423d74cd875beea461d25e0046dba9ee01746ffa13a42d270a diff --git a/test/data/manifest-checksums/rhel_9.9-aarch64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.9-aarch64-pxe_tar_xz-empty index b6f42a6573..cef778f378 100644 --- a/test/data/manifest-checksums/rhel_9.9-aarch64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.9-aarch64-pxe_tar_xz-empty @@ -1 +1 @@ -96b8aaf77465c3867e21e3190ab58328c82fc429b67c8b5363c25bfb3f6a66ec +460a9e55c2fa3bca5343ed177562976c4e983cac9e52f6e97f8c8fb7fd8ebe76 diff --git a/test/data/manifest-checksums/rhel_9.9-x86_64-pxe_tar_xz-empty b/test/data/manifest-checksums/rhel_9.9-x86_64-pxe_tar_xz-empty index 8a17e32fdd..b3f421f3a2 100644 --- a/test/data/manifest-checksums/rhel_9.9-x86_64-pxe_tar_xz-empty +++ b/test/data/manifest-checksums/rhel_9.9-x86_64-pxe_tar_xz-empty @@ -1 +1 @@ -c21696e13229dc3d2efd706b40fe847cd0008c565394aa75484881d1baecf628 +f2ee8b483a8febc49622f27e48bcd5ecdb22baa501c67218405969f334a42e7c