File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from bci_build .container_attributes import SupportLevel
44from bci_build .os_version import ALL_NONBASE_OS_VERSIONS
55from bci_build .os_version import CAN_BE_LATEST_OS_VERSION
6- from bci_build .os_version import OsVersion
76from bci_build .package import ApplicationStackContainer
87from bci_build .package import ParseVersion
98from bci_build .package import Replacement
4544 logo_url = "https://raw.githubusercontent.com/sigstore/community/main/artwork/cosign/horizontal/color/sigstore_cosign-horizontal-color.svg" ,
4645 _min_release_counter = 10 ,
4746 )
48- for os_version in { v for v in ALL_NONBASE_OS_VERSIONS if v != OsVersion . SL16_0 }
47+ for os_version in ALL_NONBASE_OS_VERSIONS
4948]
Original file line number Diff line number Diff line change 77 "version_format" : " minor"
88 },
99 "cosign" : {
10+ "16.0" : " 2.5" ,
1011 "6" : " 2.5" ,
1112 "7" : " 2.5" ,
1213 "Tumbleweed" : " 2.5" ,
You can’t perform that action at this time.
0 commit comments