Skip to content

Commit

Permalink
Fix Spack image end of support date
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Feb 20, 2025
1 parent 44251f3 commit 98c1551
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 98c1551

Please sign in to comment.