Actions
Story #3399
closedAs a user I can sync from a docker registry
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 45
Quarter:
Description
As a user i can sync v2 complaint specs docker content from a docker registry which is:
- complaint v2 api specs
- supports basic auth and token auth
This story is complete when:
*I can initiate a sync from Docker Registry by providing feed and upstream name
*The sync completes without error
*I can see that the expected content was added to the repo ( + pagination support)
- Add upstream_name to the DockerImporter
- Add upstream_name to DockerImporterSerializer (including user-facing help_text):
- Create a sync task that accepts (importer_pk, repository_pk)
- Dispatch the sync task in the DockerImporterViewSet.sync detail route
- custom Declarative Version stage to de-duplicate tag names.
Related issues
Actions
fix functional tests