#1226 Add ostree container native images (bootc)
Merged 4 months ago by cverna. Opened 6 months ago by siosm.
siosm/pungi-fedora eln-bootc  into  eln

file modified
+10
@@ -118,3 +118,13 @@ 

      ],

  }

  

+ ostree_container = {

+     "^bootc$": {

+         "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",

+         "config_url": "https://github.com/CentOS/centos-bootc",

+         "config_branch": "main",

+         "treefile": "fedora-bootc.yaml",

+         "arches": ["x86_64", "ppc64le", "aarch64", "s390x"],

+         "failable": ['*'],

+     }

+ }

Work in progress, do not merge yet.

I would suggest putting WIP in the PR title and commit summary, then, it's much clearer than an easily-missed comment.

rebased onto a66ded4692c62d0e6a45a627bbe4f0bdd8bfdde6

5 months ago

Updated to use the same repos as the other builds from the same file. CC @lsedlar

rebased onto 30c99a35c958f652f629950e2e58ef1d44203ded

5 months ago

Fixed to remove repo option.

Let's drop this one, we aren't trying to focus on it right now

And I think this one would become just bootc? The fedora being implicit here; I guess in the end the names don't really matter that much, what matters is what appears in the registry which is handled by other code.

rebased onto c48027a51c74f10cd7ebd1af31138408e7184d34

4 months ago

Thanks, updated. I think we should able to merge that one now and run composes to test it?

rebased onto f536574

4 months ago

:thumbsup: Let's merge and see how it goes :smile:

Pull-Request has been merged by cverna

4 months ago

To clarify expectations, it looks like this one is targeting ELN only, and so we'd expect it to show up in the next https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/ ?

It looks like https://odcs.fedoraproject.org/composes/production/Fedora-ELN-20240115.5/ has the change here...but I don't see anything output there.

(But...finding things in the giant dumps of files and JSON and text logs in pungi is an art form I am not well versed in)

Ah, I see in the logs

WARNING: Unrecognized config option: ostree_container. Did you mean ostree_installer?

So I'm guessing that pungi needs to be updated?

Metadata