From 8bac6514b92c956c2c966ec13907e08984a8dd35 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 20 Feb 2025 13:16:26 +0000 Subject: [PATCH] openshift best practices: tidy up out of date information Signed-off-by: David Kirwan --- modules/developer_guide/pages/openshift_bestpractices.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/developer_guide/pages/openshift_bestpractices.adoc b/modules/developer_guide/pages/openshift_bestpractices.adoc index 5f2b0bc..84176c7 100644 --- a/modules/developer_guide/pages/openshift_bestpractices.adoc +++ b/modules/developer_guide/pages/openshift_bestpractices.adoc @@ -33,7 +33,7 @@ Access to the clusters is managed via the Fedora account system (FAS). All Fedor === Building containers - Use Podman over Docker when developing locally. - How containers are currently built and updated inside Fedora Infra? Since the retirement of OSBS, they arn't automated iirc? -- Use a service to build the containers Konflux?, Imagebuilder?, quay.io? iirc, the plan is that we will use Konflux to do our container building going forward, we're starting off looking at configuring the Konflux instance to build artifacts (If you're interested in working on that, reach out to dkirwan if you want to look at that together). +- Use a service to build the containers Konflux?, Imagebuilder?, quay.io? iirc, the plan is that we will use Konflux to do our container building going forward, we're starting off looking at configuring the Konflux instance to build artifacts. - - Don't consume an image directly built via BuildConfig with S2I (source to image) instead: -- Use Fedora as the base image! `quay.io/fedora/fedora:latest`