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.
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- how to split a list into a given number of sub-lis
- C#: How do i get 2 lists into one 2-tuple list in
- F#: Storing and mapping a list of functions
相关文章
- List可以存储接口类型的数据吗?
-
C# List
.FindAll 时 空指针异常 - What is the complexity of bisect algorithm?
- Use savefig in Python with string and iterative in
- Given a list and a bitmask, how do I return the va
- Where does this quality loss on Images come from?
- Specifying image dimensions in HTML vs CSS for pag
- How to insert pictures into each individual bar in
The link is https://console.cloud.google.com/gcr/images/google-containers/GLOBAL. I'm not sure why it's so difficult to find.
tl;dr There is no such thing, at least today.
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:
Given a specific project, you can search within it using:
I think there's a different answer to this question now:
You can run:
You can also directly use gsutil to list all the blobs in a public GCR bucket with: