API to retrieve lists of manifest descriptors#2199
API to retrieve lists of manifest descriptors#2199sergeyfd wants to merge 7 commits intodistribution:masterfrom
Conversation
|
This is a first and definitely unfinished iteration for implementation of item 3 from #2170. New endpoint |
Codecov Report
@@ Coverage Diff @@
## master #2199 +/- ##
===========================================
- Coverage 60.8% 50.59% -10.22%
===========================================
Files 129 126 -3
Lines 11901 14568 +2667
===========================================
+ Hits 7236 7370 +134
- Misses 3764 6440 +2676
+ Partials 901 758 -143
Continue to review full report at Codecov.
|
|
@stevvooe Could you take a look? |
|
@sergeyfd Is there an update to the specification that describes the changes? |
|
@stevvooe No, not yet because I am not sure if this is what we really want. The main idea is that it returns list of manifest descriptors when called through |
|
I updated specifications. @stevvooe is there a time line for 2.7 release? |
the digest cli does not work if we do not import this two packages, tested in go1.9. basically, we have to make several algorithms to be available by calling crypto.RegisterHash in init functions. Signed-off-by: zhouhaibing089 <zhouhaibing089@gmail.com>
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com> API to retrieve digests lists Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com> API to retrieve manifests lists Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
Signed-off-by: Serge Dubrouski <sergeyfd@gmail.com>
|
Additions to specifications are no longer being considered here. The specification has moved to https://github.com/opencontainers/distribution-spec |
API to retrieve manifests lists
Signed-off-by: Serge Dubrouski sergeyfd@gmail.com