tianocore / containers

Repository to maintain and manage edk2 containers
Other
23 stars 27 forks source link

Authentication required to pull images #53

Closed jgarver closed 1 year ago

jgarver commented 1 year ago

When I tried to pull the ubuntu-20-dev image, I got an "access denied". I needed to "docker login" with a PAT first. I'm not sure that was the case before. I thought I could pull the image anonymously.

If we want to require auth to pull images, that's fine. Just noting what I think is a change in behavior. Also, I'll need to update our build instructions to match.

jgarver commented 1 year ago

It doesn't seem to be a problem now.