From 8041563a3666cda2b95e793d517284162d2cd1b0 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 13 Apr 2023 11:10:15 +0200 Subject: [PATCH] manifest: `image-tree` -> `ostree-deployment` Describes much better what the pipeline actually does. --- internal/distro/fedora/distro.go | 2 +- internal/distro/rhel8/edge.go | 4 ++-- internal/distro/rhel9/edge.go | 4 ++-- internal/manifest/ostree_deployment.go | 2 +- test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json | 4 ++-- .../centos_8-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json | 4 ++-- .../centos_8-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/centos_9-aarch64-edge_raw_image-boot.json | 4 ++-- .../centos_9-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/centos_9-x86_64-edge_raw_image-boot.json | 4 ++-- .../centos_9-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_39-aarch64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/fedora_39-x86_64-iot_raw_image-boot.json | 4 ++-- test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_8-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_8-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_86-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_86-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_87-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_87-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_88-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_88-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_89-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_89-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_89-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_89-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_9-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_9-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_90-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_90-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_91-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_91-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_92-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_92-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_92-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_92-x86_64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_93-aarch64-edge_raw_image-boot.json | 4 ++-- .../rhel_93-aarch64-edge_simplified_installer-boot.json | 4 ++-- test/data/manifests/rhel_93-x86_64-edge_raw_image-boot.json | 4 ++-- .../rhel_93-x86_64-edge_simplified_installer-boot.json | 4 ++-- 60 files changed, 118 insertions(+), 118 deletions(-) diff --git a/internal/distro/fedora/distro.go b/internal/distro/fedora/distro.go index d6c1b5d61..0eecd2486 100644 --- a/internal/distro/fedora/distro.go +++ b/internal/distro/fedora/distro.go @@ -166,7 +166,7 @@ var ( bootable: true, image: iotRawImage, buildPipelines: []string{"build"}, - payloadPipelines: []string{"image-tree", "image", "xz"}, + payloadPipelines: []string{"ostree-deployment", "image", "xz"}, exports: []string{"xz"}, basePartitionTables: iotBasePartitionTables, diff --git a/internal/distro/rhel8/edge.go b/internal/distro/rhel8/edge.go index 6cb90a8ca..6b8b6abfc 100644 --- a/internal/distro/rhel8/edge.go +++ b/internal/distro/rhel8/edge.go @@ -69,7 +69,7 @@ func edgeRawImgType() imageType { bootISO: false, image: edgeRawImage, buildPipelines: []string{"build"}, - payloadPipelines: []string{"image-tree", "image", "xz"}, + payloadPipelines: []string{"ostree-deployment", "image", "xz"}, exports: []string{"xz"}, basePartitionTables: edgeBasePartitionTables, } @@ -130,7 +130,7 @@ func edgeSimplifiedInstallerImgType(rd distribution) imageType { bootISO: true, image: edgeSimplifiedInstallerImage, buildPipelines: []string{"build"}, - payloadPipelines: []string{"image-tree", "image", "xz", "coi-tree", "efiboot-tree", "bootiso-tree", "bootiso"}, + payloadPipelines: []string{"ostree-deployment", "image", "xz", "coi-tree", "efiboot-tree", "bootiso-tree", "bootiso"}, exports: []string{"bootiso"}, basePartitionTables: edgeBasePartitionTables, } diff --git a/internal/distro/rhel9/edge.go b/internal/distro/rhel9/edge.go index 2598c9a2f..36374a863 100644 --- a/internal/distro/rhel9/edge.go +++ b/internal/distro/rhel9/edge.go @@ -68,7 +68,7 @@ var ( bootISO: false, image: edgeRawImage, buildPipelines: []string{"build"}, - payloadPipelines: []string{"image-tree", "image", "xz"}, + payloadPipelines: []string{"ostree-deployment", "image", "xz"}, exports: []string{"xz"}, basePartitionTables: edgeBasePartitionTables, } @@ -124,7 +124,7 @@ var ( bootISO: true, image: edgeSimplifiedInstallerImage, buildPipelines: []string{"build"}, - payloadPipelines: []string{"image-tree", "image", "xz", "coi-tree", "efiboot-tree", "bootiso-tree", "bootiso"}, + payloadPipelines: []string{"ostree-deployment", "image", "xz", "coi-tree", "efiboot-tree", "bootiso-tree", "bootiso"}, exports: []string{"bootiso"}, basePartitionTables: edgeBasePartitionTables, } diff --git a/internal/manifest/ostree_deployment.go b/internal/manifest/ostree_deployment.go index da129a135..720c4d8cf 100644 --- a/internal/manifest/ostree_deployment.go +++ b/internal/manifest/ostree_deployment.go @@ -52,7 +52,7 @@ func NewOSTreeDeployment(m *Manifest, platform platform.Platform) *OSTreeDeployment { p := &OSTreeDeployment{ - Base: NewBase(m, "image-tree", buildPipeline), + Base: NewBase(m, "ostree-deployment", buildPipeline), commit: commit, osName: osName, platform: platform, diff --git a/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json b/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json index d97a70c44..bd216fc1c 100644 --- a/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json @@ -2046,7 +2046,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2460,7 +2460,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json index 3d39b43b7..3ee3c66a6 100644 --- a/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/centos_8-aarch64-edge_simplified_installer-boot.json @@ -2398,7 +2398,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2812,7 +2812,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json b/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json index 8eb1fe81b..8dba789ad 100644 --- a/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json @@ -2158,7 +2158,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2580,7 +2580,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json index 261e37da0..4248ef4c5 100644 --- a/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/centos_8-x86_64-edge_simplified_installer-boot.json @@ -2446,7 +2446,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2867,7 +2867,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_9-aarch64-edge_raw_image-boot.json b/test/data/manifests/centos_9-aarch64-edge_raw_image-boot.json index b157d4935..d011665dd 100644 --- a/test/data/manifests/centos_9-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/centos_9-aarch64-edge_raw_image-boot.json @@ -2110,7 +2110,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2574,7 +2574,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_9-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/centos_9-aarch64-edge_simplified_installer-boot.json index fb57f958c..978f1367a 100644 --- a/test/data/manifests/centos_9-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/centos_9-aarch64-edge_simplified_installer-boot.json @@ -2494,7 +2494,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2958,7 +2958,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_9-x86_64-edge_raw_image-boot.json b/test/data/manifests/centos_9-x86_64-edge_raw_image-boot.json index 51fbde2ec..27bda4de6 100644 --- a/test/data/manifests/centos_9-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/centos_9-x86_64-edge_raw_image-boot.json @@ -2237,7 +2237,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2709,7 +2709,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/centos_9-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/centos_9-x86_64-edge_simplified_installer-boot.json index 5902824d1..94dfd858a 100644 --- a/test/data/manifests/centos_9-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/centos_9-x86_64-edge_simplified_installer-boot.json @@ -2549,7 +2549,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3020,7 +3020,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json index 96ee7cc89..764a0215a 100644 --- a/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_36-aarch64-iot_raw_image-boot.json @@ -2015,7 +2015,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2380,7 +2380,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json index 6ddfae3e0..104e59a72 100644 --- a/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_36-x86_64-iot_raw_image-boot.json @@ -2023,7 +2023,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2390,7 +2390,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json index f64739ff8..b8555ab28 100644 --- a/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_37-aarch64-iot_raw_image-boot.json @@ -2031,7 +2031,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2396,7 +2396,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json index bf7151fcb..1ceb9a7db 100644 --- a/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_37-x86_64-iot_raw_image-boot.json @@ -2039,7 +2039,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2406,7 +2406,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json index 74107d511..522128b3d 100644 --- a/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_38-aarch64-iot_raw_image-boot.json @@ -1846,7 +1846,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2211,7 +2211,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json index 4a911c8ef..d605c2aff 100644 --- a/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_38-x86_64-iot_raw_image-boot.json @@ -1854,7 +1854,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2221,7 +2221,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_39-aarch64-iot_raw_image-boot.json b/test/data/manifests/fedora_39-aarch64-iot_raw_image-boot.json index 18b33dc27..0b70e72cd 100644 --- a/test/data/manifests/fedora_39-aarch64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_39-aarch64-iot_raw_image-boot.json @@ -1862,7 +1862,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2227,7 +2227,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/fedora_39-x86_64-iot_raw_image-boot.json b/test/data/manifests/fedora_39-x86_64-iot_raw_image-boot.json index 4861fc710..972708915 100644 --- a/test/data/manifests/fedora_39-x86_64-iot_raw_image-boot.json +++ b/test/data/manifests/fedora_39-x86_64-iot_raw_image-boot.json @@ -1862,7 +1862,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2229,7 +2229,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json index 2898d19c3..3f64173e0 100644 --- a/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_8-aarch64-edge_raw_image-boot.json @@ -801,7 +801,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1215,7 +1215,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json index 9a0321da5..a3498e406 100644 --- a/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_8-aarch64-edge_simplified_installer-boot.json @@ -938,7 +938,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1352,7 +1352,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json index 7199b7729..3d9a33349 100644 --- a/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_8-x86_64-edge_raw_image-boot.json @@ -843,7 +843,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1265,7 +1265,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json index bbfb932bf..e26788d3c 100644 --- a/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_8-x86_64-edge_simplified_installer-boot.json @@ -956,7 +956,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1377,7 +1377,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json index 315a22712..d2cdb2565 100644 --- a/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_86-aarch64-edge_raw_image-boot.json @@ -801,7 +801,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1215,7 +1215,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json index 4ed0b40eb..3dc2060d3 100644 --- a/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_86-aarch64-edge_simplified_installer-boot.json @@ -941,7 +941,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1355,7 +1355,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json index 71a23e36a..4c9dc065b 100644 --- a/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_86-x86_64-edge_raw_image-boot.json @@ -843,7 +843,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1265,7 +1265,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json index 9d534bbd7..5fa235133 100644 --- a/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_86-x86_64-edge_simplified_installer-boot.json @@ -959,7 +959,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1380,7 +1380,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json index fe0d0f623..67f5f59e8 100644 --- a/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_87-aarch64-edge_raw_image-boot.json @@ -801,7 +801,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1215,7 +1215,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json index fd3997b47..026ee9441 100644 --- a/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_87-aarch64-edge_simplified_installer-boot.json @@ -938,7 +938,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1352,7 +1352,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json index 46f364551..bb5a9359f 100644 --- a/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_87-x86_64-edge_raw_image-boot.json @@ -843,7 +843,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1265,7 +1265,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json index 7f5c7b2bd..949be1c38 100644 --- a/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_87-x86_64-edge_simplified_installer-boot.json @@ -956,7 +956,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1377,7 +1377,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json index 8e8a84176..cede530d7 100644 --- a/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_88-aarch64-edge_raw_image-boot.json @@ -801,7 +801,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1215,7 +1215,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json index bba931347..deba5935c 100644 --- a/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_88-aarch64-edge_simplified_installer-boot.json @@ -938,7 +938,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1352,7 +1352,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json index b9a9fbfe9..62a49feaf 100644 --- a/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_88-x86_64-edge_raw_image-boot.json @@ -843,7 +843,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1265,7 +1265,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json index 1df88c376..3b9e31002 100644 --- a/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_88-x86_64-edge_simplified_installer-boot.json @@ -956,7 +956,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1377,7 +1377,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_89-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_89-aarch64-edge_raw_image-boot.json index 0230c128b..55c112639 100644 --- a/test/data/manifests/rhel_89-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_89-aarch64-edge_raw_image-boot.json @@ -801,7 +801,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1215,7 +1215,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_89-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_89-aarch64-edge_simplified_installer-boot.json index 6b30094d6..dce6b2a8f 100644 --- a/test/data/manifests/rhel_89-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_89-aarch64-edge_simplified_installer-boot.json @@ -938,7 +938,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1352,7 +1352,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_89-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_89-x86_64-edge_raw_image-boot.json index 953452825..19d661b0b 100644 --- a/test/data/manifests/rhel_89-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_89-x86_64-edge_raw_image-boot.json @@ -843,7 +843,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1265,7 +1265,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_89-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_89-x86_64-edge_simplified_installer-boot.json index 3be268efb..f25c00db3 100644 --- a/test/data/manifests/rhel_89-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_89-x86_64-edge_simplified_installer-boot.json @@ -956,7 +956,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1377,7 +1377,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json index aa008fe6c..ff2f05e0c 100644 --- a/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_9-aarch64-edge_raw_image-boot.json @@ -2175,7 +2175,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2625,7 +2625,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json index 8a846fc18..754f826d3 100644 --- a/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_9-aarch64-edge_simplified_installer-boot.json @@ -2559,7 +2559,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3009,7 +3009,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json index 9c23f4bc0..b846c9908 100644 --- a/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_9-x86_64-edge_raw_image-boot.json @@ -2295,7 +2295,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2753,7 +2753,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json index d88a02e84..2314213c5 100644 --- a/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_9-x86_64-edge_simplified_installer-boot.json @@ -2607,7 +2607,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3064,7 +3064,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json index f4ab998e3..d2145fbaa 100644 --- a/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_90-aarch64-edge_raw_image-boot.json @@ -780,7 +780,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1230,7 +1230,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json index e01ae18f9..e0b44e94a 100644 --- a/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_90-aarch64-edge_simplified_installer-boot.json @@ -929,7 +929,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1379,7 +1379,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json index f6c867a0f..3735e24a3 100644 --- a/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_90-x86_64-edge_raw_image-boot.json @@ -828,7 +828,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1286,7 +1286,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json index 18cfc1a0c..1f434c3b8 100644 --- a/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_90-x86_64-edge_simplified_installer-boot.json @@ -950,7 +950,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -1407,7 +1407,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json index 6cb22bc74..524acc8d3 100644 --- a/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_91-aarch64-edge_raw_image-boot.json @@ -2175,7 +2175,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2625,7 +2625,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json index 20527d8a9..d7cfb11b1 100644 --- a/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_91-aarch64-edge_simplified_installer-boot.json @@ -2559,7 +2559,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3009,7 +3009,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json index d562ccf57..c1f411761 100644 --- a/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_91-x86_64-edge_raw_image-boot.json @@ -2295,7 +2295,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2753,7 +2753,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json index bc875b60a..4f8f0446a 100644 --- a/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_91-x86_64-edge_simplified_installer-boot.json @@ -2607,7 +2607,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3064,7 +3064,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_92-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_92-aarch64-edge_raw_image-boot.json index 0757738c2..75a457479 100644 --- a/test/data/manifests/rhel_92-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_92-aarch64-edge_raw_image-boot.json @@ -2118,7 +2118,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2582,7 +2582,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_92-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_92-aarch64-edge_simplified_installer-boot.json index e20501676..19fa4ec8b 100644 --- a/test/data/manifests/rhel_92-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_92-aarch64-edge_simplified_installer-boot.json @@ -2502,7 +2502,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2966,7 +2966,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_92-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_92-x86_64-edge_raw_image-boot.json index 462645461..e65136d5f 100644 --- a/test/data/manifests/rhel_92-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_92-x86_64-edge_raw_image-boot.json @@ -2238,7 +2238,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2710,7 +2710,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_92-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_92-x86_64-edge_simplified_installer-boot.json index aa3b51094..bfdf1c782 100644 --- a/test/data/manifests/rhel_92-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_92-x86_64-edge_simplified_installer-boot.json @@ -2550,7 +2550,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3021,7 +3021,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_93-aarch64-edge_raw_image-boot.json b/test/data/manifests/rhel_93-aarch64-edge_raw_image-boot.json index bc58f5f8b..976e79484 100644 --- a/test/data/manifests/rhel_93-aarch64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_93-aarch64-edge_raw_image-boot.json @@ -2175,7 +2175,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2639,7 +2639,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_93-aarch64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_93-aarch64-edge_simplified_installer-boot.json index 5ce164b1c..eb1ac4495 100644 --- a/test/data/manifests/rhel_93-aarch64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_93-aarch64-edge_simplified_installer-boot.json @@ -2559,7 +2559,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3023,7 +3023,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_93-x86_64-edge_raw_image-boot.json b/test/data/manifests/rhel_93-x86_64-edge_raw_image-boot.json index e80f34b9b..1c98a4d11 100644 --- a/test/data/manifests/rhel_93-x86_64-edge_raw_image-boot.json +++ b/test/data/manifests/rhel_93-x86_64-edge_raw_image-boot.json @@ -2295,7 +2295,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -2767,7 +2767,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } }, diff --git a/test/data/manifests/rhel_93-x86_64-edge_simplified_installer-boot.json b/test/data/manifests/rhel_93-x86_64-edge_simplified_installer-boot.json index 7a3b7dffe..5f1e6e59e 100644 --- a/test/data/manifests/rhel_93-x86_64-edge_simplified_installer-boot.json +++ b/test/data/manifests/rhel_93-x86_64-edge_simplified_installer-boot.json @@ -2607,7 +2607,7 @@ ] }, { - "name": "image-tree", + "name": "ostree-deployment", "build": "name:build", "stages": [ { @@ -3078,7 +3078,7 @@ "type": "org.osbuild.tree", "origin": "org.osbuild.pipeline", "references": [ - "name:image-tree" + "name:ostree-deployment" ] } },