Skip to content

Commit 16cddf8

Browse files
committed
Limit for base container generation for SP6+ for now
Once we have that transition working, we can enable SP5
1 parent cd81b14 commit 16cddf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bci_build/package/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ def _get_base_kwargs(os_version: OsVersion) -> dict:
170170

171171
# TODO merge in tumbleweed changes and switch to ALL_BASE_OS_VERSIONS
172172
BASE_CONTAINERS = [
173-
Sles15Image(**_get_base_kwargs(os_ver)) for os_ver in (OsVersion.SP5, OsVersion.SP6)
173+
Sles15Image(**_get_base_kwargs(os_ver)) for os_ver in (OsVersion.SP6,)
174174
]

0 commit comments

Comments
 (0)