How to get a list of images on docker registry v2

前端 未结 16 1765
孤城傲影
孤城傲影 2020-12-02 04:04

I\'m using docker registry v1 and I\'m interested in migrating to the newer version, v2. But I need some way to get a list of images present on registry; for example with re

16条回答
  •  执笔经年
    2020-12-02 04:25

    This threads dates back a long time, the most recents tools that one should consider are skopeo and crane.

    skopeo supports signing and has many other features, while crane is a bit more minimalistic and I found it easier to integrate with in a simple shell script.

提交回复
热议问题