Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Briefly enumerate changes in Docker image announcement #2382

Merged
merged 3 commits into from
Nov 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions news/2024-11-22-new-images.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Updating our default docker images

TL;DR: We've updated our default docker images to be based on alma9, and we've
consolidated our image names to follow a consistent pattern:
TL;DR: We have made some updates to our Docker images and build time GLIBC selection.

1. We've updated our default docker images to be based on alma9
2. It is now easier to override `c_stdlib_version` (especially for CUDA-enabled feedstocks), though our baseline of 2.17 hasn't changed.
3. Where necessary, you can more easily switch images by setting `os_version: ...` (see below).
4. We've consolidated our image names to follow a consistent pattern:

```
linux-anvil-{x86_64,aarch64,ppc64le}:{cos7,alma8,alma9}
Expand Down
Loading