Commit Graph

3 Commits

Author SHA1 Message Date
Nalin Dahyabhai 646de34999 Add compabitility wrappers for removed packages
Add compatibility wrappers for manifests, pkg/manifests, and
pkg/supplemented, which were moved to containers/common.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2021-04-23 16:43:16 -04:00
Valentin Rothberg dcd2a92e56 use new containers/common/libimage package
Move all code related handling container image over to the new
`libimage` package in containers/common.  The new package is an
attempt to consolidate the code across the containers tools under the
github.com/containers umbrella.

The new `libimage` packages provides functionality to perform all kinds
of operations for managing images such as local lookups, pushing,
pulling, listing, removing, etc.

The following packages have been moved over the containers/common:

`manifests` -> `common/image/manifests`
`pkg/manifests` -> `common/pkg/manifests`
`pkg/supplemented` -> `common/pkg/supplemented`

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-04-22 17:39:00 +02:00
Nalin Dahyabhai 7b1a87a179 pkg/manifests: add a manifest list build/manipulation API
Rough out an API for building and manipulating the contents of manifest
lists.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #1902
Approved by: rhatdan
2019-10-28 15:15:34 +00:00