From 39ab9fbb699d2f043c6818c9f5e40843c4f6bce9 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 04 2021 15:33:57 +0000 Subject: PR#2572: docs: CG implementations list Merges #2572 https://pagure.io/koji/pull-request/2572 Fixes: #2511 https://pagure.io/koji/issue/2511 build.cg_id not set for non-reserved content generator imports --- diff --git a/docs/source/content_generators.rst b/docs/source/content_generators.rst index 4acbd8c..93aa50a 100644 --- a/docs/source/content_generators.rst +++ b/docs/source/content_generators.rst @@ -143,3 +143,17 @@ Relevant API calls for Content Generator are: containing ``token`` and ``build_id``. ``token`` would be used in subsequent call of ``CGImport`` while ``build_id`` needs to be part of metadata (as item in ``build`` key). + +Current Public Implementations +============================== + +Following koji plugins uses CGs as part of their workflow. + +- `OpenShift Build Service `__ +- `OSBuild `__ +- `MBS `__ + +Standalone CG utilites are here: +- `CoreOS `__ +- `misoctl - Debian package CG `__ +- `Project NewCastle - Java package CG component `__