#1276 doc: add osbs_registries example configuration
Closed 4 years ago by ktdreyer. Opened 4 years ago by ktdreyer.

file modified
+23
@@ -1643,6 +1643,29 @@ 

          }

      }

  

+ Example osbs_registries config

+ ------------------------------

+ Note: as described above, this section is completely optional, and it only

+ controls the data that Pungi logs and emits on the message bus.

+ ::

+ 

+   osbs_registries = {

+       "myimage-container-7.6-*": [

+           {

+               "target": "cdn-registry-prod",

+               "repo": ["myimage"],

+               "tags": ["{{version}}", "{{version}}-{{release}}", "latest"]

+           },

+       ],

+       "myimage-minimal-container-7.6-*": [

+           {

+               "target": "cdn-registry-prod",

+               "repo": ["myimage-minimal"],

+               "tags": ["{{version}}", "{{version}}-{{release}}", "latest"]

+           },

+       ]

+   }

+ 

  

  Extra ISOs

  ==========

Give an example of how to use the osbs_registries setting.

Actually, instead of merging this change, we might be able to just delete this feature from Pungi.

The Red Hat engineering teams that requested this osbs_registries feature might not be using it any more. I think they're using something else (Gutentag) instead?

I asked Lubomir about this because he's been in touch with the team(s) that originally requested this feature, and it does sound like we can drop osbs_registries.

Pull-Request has been closed by ktdreyer

4 years ago