I am trying to use the Gitlab Dependency Proxy on my on-promise instance of Gitlab CE 14.4.1
in the CI/CD jobs. I have updated the local gitlab runners to version 14.4.0
, and activated the Dependency Proxy for the shared group. When running a simple job like:
test:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:12.5.0
I get the following error:
ERROR: Preparation failed: Error response from daemon: Get https://<my-gitlab-url>/v2/<my-group>/dependency_proxy/containers/node/manifests/12.5.0: error parsing HTTP 403 response body: no error details found in HTTP response body: "{\"message\":\"access forbidden\",\"status\":\"error\",\"http_status\":403}" (executor_docker.go:188:0s)