Commit a138c275 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'jfarmiloe-dep-proxy-not-found-error' into 'master'

Add troubleshooting step for image not found errors

See merge request gitlab-org/gitlab!82368
parents 2f51491b 9b99db7a
......@@ -312,3 +312,14 @@ services:
- name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:18.09.7-dind
alias: docker
```
### "Not Found" error when pulling image
Docker errors similar to the following may indicate that the user running the build job doesn't have
a minimum of the Guest role in the specified Dependency Proxy group:
```plaintext
ERROR: gitlab.example.com:443/group1/dependency_proxy/containers/alpine:latest: not found
failed to solve with frontend dockerfile.v0: failed to create LLB definition: gitlab.example.com:443/group1/dependency_proxy/containers/alpine:latest: not found
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment