Skip to content

Commit

Permalink
Merge pull request #2382 from jakirkham/tweak_image_news_tldr
Browse files Browse the repository at this point in the history
Briefly enumerate changes in Docker image announcement
  • Loading branch information
h-vetinari authored Nov 23, 2024
2 parents fbe5e7c + 4e9c855 commit e516d1d
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit e516d1d

Please sign in to comment.