diff --git a/src/bci_build/package/spack.py b/src/bci_build/package/spack.py index ad2be019c..bc136baf9 100644 --- a/src/bci_build/package/spack.py +++ b/src/bci_build/package/spack.py @@ -58,7 +58,7 @@ "usage": "This container is enabled and supported only on a SLE15+ host." }, support_level=SupportLevel.L3, - supported_until=_SUPPORTED_UNTIL_SLE[OsVersion.SP6], + supported_until=_SUPPORTED_UNTIL_SLE.get(os_version), custom_end=rf""" {DOCKERFILE_RUN} ln -s $SPACK_ROOT/share/spack/docker/entrypoint.bash \ /usr/local/bin/docker-shell \