debian-forge-composer/vendor
Christian Kellner 60607af26c container: ability to resolve containers to specs
Add a new `Resolve` method to `Client` that will resolve its `Target`
to the corresponding manifest digest id and its corresponding iamge
identifier. The former can be used in the URL to fetch a specific
image from the registry via `<name>@<digest>` and the latter uniquely
identifies a container image via the hash of its configuration object.
This should stay the same across pulls and is also the id returned via
`podman pull` and `podman images`.
Since (most) container images are OS and architecture specific a tag
often points to a manifest list that contains all available options.
Therefore the resolve operation needs to choose the correct arch for
image. A new pair of getters `Set{Architecture,Variant}Choice` lets
the user control which architecture/variant is selected during the
resolution process.
2022-07-21 13:32:07 +02:00
..
cloud.google.com/go build(deps): bump cloud.google.com/go/compute from 1.6.0 to 1.6.1 2022-05-04 13:05:10 +02:00
github.com container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
go.etcd.io/bbolt container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
go.mozilla.org/pkcs7 container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
go.opencensus.io build(deps): bump google.golang.org/api from 0.36.0 to 0.56.0 2021-09-05 11:17:29 +02:00
golang.org/x container: add support for uploading to registries 2022-06-29 10:02:46 +02:00
google.golang.org build(deps): bump cloud.google.com/go/compute from 1.6.0 to 1.6.1 2022-05-04 13:05:10 +02:00
gopkg.in build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6 2022-07-07 13:19:10 +02:00
modules.txt container: ability to resolve containers to specs 2022-07-21 13:32:07 +02:00