簡體   English   中英

無法從 Gitlab 容器注冊表中提取圖像

[英]Unable to pull image from the Gitlab container registry

我在 Gitlab 容器注冊表中創建了一些圖像。 我無法在本地系統上使用 docker 拉動它們。 登錄命令成功,但是當我鍵入以下命令時:

docker pull reg-gitlab-project.company.com/services/palimited/integrationservices/springbootproject/springbootproject:latest

我收到以下錯誤

Error response from daemon: Head "https://reg-gitlab-project.company.com/v2/services/palimited/integrationservices/springbootproject/springbootproject/manifests/latest": denied: access forbidden

我無法弄清楚為什么會發生此錯誤? 誰能指導我。

在發出 docker docker pull命令之前,您需要通過reg-gitlab-project.company.com上的容器注冊表進行身份驗證。

請參閱GitLab 文檔:使用 Container Registry 進行身份驗證

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM