Open
Description
I wanted to run Coffea using one of the recommended container images at https://coffea-hep.readthedocs.io/en/latest/installation.html#pre-built-images
I found the following:
- both images
coffeateam/coffea-base
andcoffeateam/coffea-dask
have Python 3.10.12 (no particular issue) - coffea version is 0.7.21 when using
latest
(probably should be the latest 2025.x release?) - They have last been updated about a year ago
- The repositories that contain the source for these images at https://github.com/CoffeaTeam/docker-coffea-base and https://github.com/CoffeaTeam/docker-coffea-dask have been archived at the end of last year
Looking at https://hub.docker.com/u/coffeateam, I see, however, that there more recent images, e.g. coffea-base-almalinux9
and coffea-dask-almalinux9
. They are built for different Python minor versions, the default is currently Python 3.10.17. The -base-
image has coffea 0.7.26 and the -dask-
one coffea 2025.5.0rc2.
It would be nice to update the documentation and explain how those images are built.