查找Google Container Registry公共图像列表 [英] Find the list of Google Container Registry public images

查看:84
本文介绍了查找Google Container Registry公共图像列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里可以找到GCR公开图片列表? 如果是Docker映像,我们可以在hub.docker.com中列出它. 但是我找不到GCR这样的东西.

Where can I find the list of GCR public images? In case of docker images, we can list it in hub.docker.com. But I couldn't find anything like that for GCR.

推荐答案

tl; dr至少在今天没有这样的东西.

tl;dr There is no such thing, at least today.

GCR首先是私有注册表.但是,我们尊重用户在支持其存储库的GCS存储桶中放置的ACL.这就是我们向匿名存储桶提供匿名读取的方式,

GCR is first and foremost a private registry. However, we respect the ACL's that users put on the GCS bucket backing their repository. This is how we offer anonymous read to buckets like:

gcr.io/google-containers/...
gcr.io/google-appengine/...

鉴于特定项目,您可以使用以下内容在其中进行搜索:

Given a specific project, you can search within it using:

docker search gcr.io/google-containers/<substring>

这篇关于查找Google Container Registry公共图像列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆