openshift best practices: tidy up out of date information

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2025-02-20 13:16:26 +00:00
parent 67637180b7
commit 8bac6514b9
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -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`