Skip to content

Commit 61d8888

Browse files
committed
Add distribution for SL16
1 parent a6eb1a7 commit 61d8888

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/bci_build/package/appcontainers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,5 @@ def _get_nginx_kwargs(os_version: OsVersion):
346346
exposes_ports=[TCP(5000)],
347347
support_level=SupportLevel.L3,
348348
)
349-
for os_version in {v for v in ALL_NONBASE_OS_VERSIONS if v != OsVersion.SL16_0}
349+
for os_version in ALL_NONBASE_OS_VERSIONS
350350
]

src/bci_build/package/package_versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"version_format": "minor"
1414
},
1515
"distribution": {
16+
"16.0": "3.0",
1617
"6": "2.8",
1718
"7": "2.8",
1819
"Tumbleweed": "3.0",
@@ -83,4 +84,4 @@
8384
"Tumbleweed": "8.1",
8485
"version_format": "minor"
8586
}
86-
}
87+
}

0 commit comments

Comments
 (0)