containerbuildsystem / koji-containerbuild

Container build support for Koji buildsystem
GNU Lesser General Public License v2.1
29 stars 32 forks source link

builder: document compose_ids behavior #262

Closed ktdreyer closed 1 year ago

ktdreyer commented 1 year ago

Update the JSON schema for compose_ids to explain that when a user specifies compose_ids, OSBS will not generate new composes.

ktdreyer commented 1 year ago

Related rpkg --help change: https://pagure.io/rpkg/pull-request/651

ktdreyer commented 1 year ago

@rcerven How about this instead:

A list of ODCS composes to use during the build. If you do not set this parameter, OSBS will request its own ODCS composes based on the "compose" settings in container.yaml. If you set this parameter, OSBS will not request its own ODCS composes, and it will only use the exact ones you specify here.

ktdreyer commented 1 year ago

Thanks, I've updated with this newer text.

ktdreyer commented 1 year ago

I've rebased on the latest master for #264