From 4720d447d7a654b900fe295e2a3a25c07b4f8014 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 6 Dec 2024 12:16:19 -0500 Subject: [PATCH] add container bump step to rebase tracker This will ensure our test containers that get used are updated to latest Fedora N regularly. --- .github/ISSUE_TEMPLATE/rebase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/rebase.md b/.github/ISSUE_TEMPLATE/rebase.md index ab8526f..4434ea7 100644 --- a/.github/ISSUE_TEMPLATE/rebase.md +++ b/.github/ISSUE_TEMPLATE/rebase.md @@ -93,6 +93,7 @@ If the packages in `next-devel` don't exactly match the last `next` release that - [ ] Update the repos in `manifest.yaml` if needed - [ ] Sync the lockfiles for all arches from `next-devel` - [ ] Bump the base Fedora version in `ci/buildroot/Dockerfile` +- [ ] Bump the Fedora version for the test containers in `tests/kola/data/commonlib.sh` - [ ] PR the result