Fix container names to reflect content in the image
This fixes the container names to reflect the content in the image. Fedora-IoT-bootc - iot image Fedora-base-bootc - generic base image Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
8be1b6f560
commit
9d606b1a54
1 changed files with 3 additions and 3 deletions
|
|
@ -284,7 +284,8 @@ ostree_container = {
|
|||
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
||||
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
||||
"failable": ['*'],
|
||||
"name": "Fedora-IoT-bootc",
|
||||
"subvariant": "base",
|
||||
"name": "Fedora-base-bootc",
|
||||
},
|
||||
{
|
||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||
|
|
@ -294,8 +295,7 @@ ostree_container = {
|
|||
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"failable": ['*'],
|
||||
"subvariant": "base",
|
||||
"name": "Fedora-base-bootc",
|
||||
"name": "Fedora-IoT-bootc",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue