docker-bash icon indicating copy to clipboard operation
docker-bash copied to clipboard

Image pull fail on official docker bash

Open ehcmke opened this issue 1 year ago • 1 comments

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? runner_fail

ehcmke avatar Feb 02 '24 22:02 ehcmke

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?

tianon avatar Feb 02 '24 22:02 tianon