无法按标签查看 docker 个 Secure Registry 图像
Can't see docker image of Secure Registry by tag
我有一个 CI-server 正在构建并将图像推送到安全注册表。每个图像都有一个等于构建 ID 的标签。
我可以在我的安全注册表中看到图像(自签名)。我也可以使用它们,所以它们工作正常。
但我无法在浏览器中通过 URL 看到它们:
在我正在执行的服务器的浏览器中:
https://localhost:5000/var/lib/registry/docker/registry/v2/repositories/conti/myapp/_manifests/tags/19
但是我收到了 404 错误而不是图像 ID(在我接受了证书之后)。
我做错了什么?我每 https://localhost:5000/ 得到一个 404...
我去 https://localhost:5000
时什么也没看到
[x@localhost ~]$ curl -k https://localhost:5000/var/lib/registry/docker/registry/v2/repositories/conti/myapp/_manifests/tags/19
404 page not found
Docker 注册表 V2 不支持该特定端点,因此目前无法实现。
我有一个 CI-server 正在构建并将图像推送到安全注册表。每个图像都有一个等于构建 ID 的标签。 我可以在我的安全注册表中看到图像(自签名)。我也可以使用它们,所以它们工作正常。
但我无法在浏览器中通过 URL 看到它们: 在我正在执行的服务器的浏览器中:
https://localhost:5000/var/lib/registry/docker/registry/v2/repositories/conti/myapp/_manifests/tags/19
但是我收到了 404 错误而不是图像 ID(在我接受了证书之后)。
我做错了什么?我每 https://localhost:5000/ 得到一个 404... 我去 https://localhost:5000
时什么也没看到[x@localhost ~]$ curl -k https://localhost:5000/var/lib/registry/docker/registry/v2/repositories/conti/myapp/_manifests/tags/19
404 page not found
Docker 注册表 V2 不支持该特定端点,因此目前无法实现。