From 360a8794aad543b62aadbbfe54d39842f10420b5 Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Wed, 17 Jul 2024 16:00:46 -0600 Subject: [PATCH] templates/rebase: add rhcos extensions container update step Add a step to update the Fedora version in the RHCOS extensions container Dockerfile. --- .github/ISSUE_TEMPLATE/rebase.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/rebase.md b/.github/ISSUE_TEMPLATE/rebase.md index 7f9a055..ab8526f 100644 --- a/.github/ISSUE_TEMPLATE/rebase.md +++ b/.github/ISSUE_TEMPLATE/rebase.md @@ -210,3 +210,5 @@ These are various containers in use throughout our ecosystem. We should update o - [Dockerfile](https://github.com/coreos/fedora-coreos-releng-automation/blob/main/fedora-ostree-pruner/Dockerfile) - [ImageStream](https://pagure.io/fedora-infra/ansible/blob/main/f/roles/openshift-apps/fedora-ostree-pruner/templates/imagestream.yml) - [BuildConfig](https://pagure.io/fedora-infra/ansible/blob/main/f/roles/openshift-apps/fedora-ostree-pruner/templates/buildconfig.yml) +- [ ] Update RHCOS extensions container + - [Dockerfile](https://github.com/openshift/os/blob/master/extensions/Dockerfile)