Skip to content

Commit 29c0ec1

Browse files
lib/testmap: move fedora-42 to main for starter-kit
Let's validate that this image is at least minimally functional before we merge it.
1 parent 8f13237 commit 29c0ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/testmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
7878
TEST_OS_DEFAULT,
7979
'fedora-40',
8080
'fedora-41',
81+
'fedora-42',
8182
'centos-9-stream',
8283
'centos-10',
8384
'fedora-rawhide',
@@ -86,7 +87,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
8687
],
8788
'_manual': [
8889
'centos-9-bootc',
89-
'fedora-42',
9090
'rhel-9-6',
9191
'rhel-8-10/ws-container',
9292
]

0 commit comments

Comments
 (0)