docker-bash
docker-bash copied to clipboard
Image pull fail on official docker bash
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 <---- original
tried name: bash:latest <---- still failed then name: https://hub.docker.com/_/bash:latest
Trying another image worked so, it seems like something changed on this side. Do I need additional parameters?
It's probably that we've upgraded to OCI media types, if I had to guess without having quite enough information. :sweat_smile:
Are you using an up-to-date version of Docker?