docker pull fails with access denied on latest docker version docker:latest in GitLab CI pipeline, works on docker:20.10
Is this a docs issue?
- [x] My issue is about the documentation content or website
Type of issue
Information is incorrect
Description
We encountered an issue where docker pull commands in our GitLab CI pipeline consistently fail with the following error, despite using valid credentials, providing the correct image path, and confirming that docker login completes successfully prior to executing the docker pull command
Error response from daemon: pull access denied for registry.gitlab.com/<IMAGE_PATH>, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit code 1
Location
https://docs.docker.com/engine/release-notes/28/
Suggestion
docker pull should succeed on both docker:latest and docker:20.10 images given correct credentials and running daemon.