Feature #13460
docker v2: Disable v1 support and add support for manifest unit type
Description
As an initial step in moving towards supporting Docker v2 with Pulp 2.8, we need to do the following:
- Runcible: update the docker importer to disable V1.
- Runcible: update to support a new docker_manifest unit type.
These 2 things could be broken in to separate issues; however, they are very small in change and will allow development on multiple aspects of the migration to continue.
Related issues
Associated revisions
History
#1
Updated by Eric Helms about 7 years ago
- Legacy Backlogs Release (now unused) set to 130
#2
Updated by Brad Buckingham about 7 years ago
- Status changed from New to Assigned
- Pull request https://github.com/Katello/runcible/pull/163 added
#3
Updated by Brad Buckingham about 7 years ago
- Related to Tracker #13413: Support Docker v2 API in katello added
#4
Updated by Brad Buckingham about 7 years ago
- Status changed from Assigned to Ready For Testing
#5
Updated by Brad Buckingham about 7 years ago
- Status changed from Ready For Testing to Closed
fixes #13460 - docker v2 - disable v1 support & introduce docker_manifest unit type
This commit makes 2 changes:
1. update the docker importer to support the 'enable_v1' flag
2. introduce the docker_manifest unit which is being added with
docker v2