Skip to content

Commit

Permalink
Merge pull request #520 from mamba-org/remove-eol
Browse files Browse the repository at this point in the history
chore: update base images
  • Loading branch information
wholtz authored Sep 3, 2024
2 parents a827601 + f8b081c commit 293e79a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ jobs:
- debian:bullseye-slim
- debian:bullseye
- ubuntu:noble
- ubuntu:mantic
- ubuntu:lunar
- ubuntu:jammy
- ubuntu:focal
- frolvlad/alpine-glibc:alpine-3.20
- frolvlad/alpine-glibc:alpine-3.19
- frolvlad/alpine-glibc:alpine-3.18
- frolvlad/alpine-glibc:alpine-3.17
- nvidia/cuda:12.5.0-base-ubuntu22.04
- nvidia/cuda:12.5.0-base-ubuntu20.04
- nvidia/cuda:12.6.0-base-ubuntu24.04
- nvidia/cuda:12.6.0-base-ubuntu22.04
- nvidia/cuda:12.6.0-base-ubuntu20.04
- nvidia/cuda:12.5.1-base-ubuntu24.04
- nvidia/cuda:12.5.1-base-ubuntu22.04
- nvidia/cuda:12.5.1-base-ubuntu20.04
- nvidia/cuda:12.4.1-base-ubuntu22.04
- nvidia/cuda:12.4.1-base-ubuntu20.04
- nvidia/cuda:12.3.2-base-ubuntu22.04
Expand All @@ -48,8 +50,6 @@ jobs:
- nvidia/cuda:11.7.1-base-ubuntu20.04
- nvidia/cuda:11.6.2-base-ubuntu20.04
- nvidia/cuda:11.4.3-base-ubuntu20.04
- nvidia/cuda:11.3.1-base-ubuntu20.04
- nvidia/cuda:11.2.2-base-ubuntu20.04
steps:
- name: Install GNU parallel, shellcheck, and apptainer
run: |
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
This change log covers changes to the docker image and does not include
[changes to the micromamba program](https://github.com/mamba-org/mamba/blob/main/CHANGELOG.md).

## 3 September 2024

- Add image based on `nvidia/cuda:12.6.0-base-ubuntu24.04`
- Add image based on `nvidia/cuda:12.6.0-base-ubuntu22.04`
- Add image based on `nvidia/cuda:12.6.0-base-ubuntu20.04`
- Update CUDA v12.5.0 images to CUDA v12.5.1
- Removed end of life base image `ubuntu:lunar`
- Removed end of life base image `ubuntu:mantic`
- Removed end of life base image `nvidia/cuda:11.3.1-base-ubuntu20.04`
- Removed end of life base image `nvidia/cuda:11.2.2-base-ubuntu20.04`

## 31 August 2024

- Updated to micromamba version 1.5.9
Expand Down

0 comments on commit 293e79a

Please sign in to comment.