docker-bash
docker-bash copied to clipboard
Many versions of Bash, Dockerized
I started getting an image pull failure in my gitlab runner. I run this maybe monthly, last few months were fine. my YAML had: name: bash
Is there any chance of providing Debian-based images?
See: - docker-library/official-images#16044 - `SOURCE_DATE_EPOCH` is added. The value is consumed by the build scripts to make the binary reproducible. - For Alpine, virtual package versions are pinned to "0"...
For bashdb, we were executing tess against using the Docker `bash:4.4` image. Tests are passing with the version before the update to alpine 3.21: [last successful execution](https://github.com/Trepan-Debuggers/bashdb/actions/runs/11259381506/job/31308217913) But with the...