Actions
Story #4934
closedAs a user I can tag/untag manifest/manifest list
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 57
Quarter:
Description
We need to provide the ability to create/remove tag via pulp api and enable `docker tag` via docker client api.
Define separate endpoints:
POST /v3/docker/tag will accept repository or repository_version, tag name and manifest digest
call will return a task. If it is a new tag, create it and add to the repo, create repo version. In case it is an existing tag, remove the tag, create a new with newly provided digest, add it to the repo, create new repo version.
POST /v3/docker/untag ill accept repository or repository_version, tag name
call will return a task. It will remove the tag from repository and create a new repo version.
Actions
Enable users to tag and untag manifests
closes #4934 https://pulp.plan.io/issues/4934