Skip to content

Commit 3da40e0

Browse files
authored
Merge pull request #3678 from SUSE/python_base
Mark the base container in python without buildflavor variant
2 parents 5e253b1 + 86fc85a commit 3da40e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bci_build/package/python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def _get_python_kwargs(
201201
**_get_python_kwargs("3.14", os_version, build_flavor=flavor),
202202
package_name="python-3.14-image",
203203
build_flavor=flavor,
204+
additional_versions=(["3.14"] if flavor != "micro" else []),
204205
from_target_image=(
205206
None
206207
if os_version.is_tumbleweed

0 commit comments

Comments
 (0)