Skip to content

Commit

Permalink
Merge pull request #2303 from SUSE/spack_eol
Browse files Browse the repository at this point in the history
Fix Spack image end of support date
  • Loading branch information
dcermak authored Feb 21, 2025
2 parents a330f57 + 98c1551 commit 44b448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/spack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 44b448e

Please sign in to comment.