From 44ade09ec325184a258ade63cbd6b2eea2be6c73 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Tue, 10 Nov 2020 10:41:02 +0100 Subject: [PATCH] docs: CG implementations list --- docs/source/content_generators.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/content_generators.rst b/docs/source/content_generators.rst index 4acbd8c0..93aa50ad 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 `__