Skip to content

Commit c9415e0

Browse files
authored
Merge pull request #2736 from SUSE/sle16_cosign
Add cosign for SL16
2 parents 22dbbb6 + e4b1d23 commit c9415e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/bci_build/package/cosign.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from bci_build.container_attributes import SupportLevel
44
from bci_build.os_version import ALL_NONBASE_OS_VERSIONS
55
from bci_build.os_version import CAN_BE_LATEST_OS_VERSION
6-
from bci_build.os_version import OsVersion
76
from bci_build.package import ApplicationStackContainer
87
from bci_build.package import ParseVersion
98
from bci_build.package import Replacement
@@ -45,5 +44,5 @@
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
]

src/bci_build/package/package_versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"version_format": "minor"
88
},
99
"cosign": {
10+
"16.0": "2.5",
1011
"6": "2.5",
1112
"7": "2.5",
1213
"Tumbleweed": "2.5",

0 commit comments

Comments
 (0)