We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f32f801 + 0e45a10 commit de8278bCopy full SHA for de8278b
2 files changed
src/bci_build/package/nvidia.py
@@ -376,6 +376,7 @@ def prepare_template(self) -> None:
376
Package("util-linux-systemd", PackageType.IMAGE),
377
],
378
support_level=SupportLevel.TECHPREVIEW,
379
+ supported_until="",
380
exclusive_arch=[Arch.X86_64, Arch.AARCH64],
381
third_party_repos=NVIDIA_REPOS[os_version],
382
open_drivers_package_list=[
src/bci_build/templates.py
@@ -96,7 +96,7 @@
96
LABEL org.opensuse.release-stage="{{ image.release_stage }}"
97
{%- else %}
98
LABEL com.suse.supportlevel="{{ image.support_level }}"
99
-{%- if image.supported_until %}
+{%- if image.supported_until != None %}
100
LABEL com.suse.supportlevel.until="{{ image.supported_until }}"
101
{%- endif %}
102
LABEL com.suse.eula="{{ image.eula }}"
0 commit comments