Story #4934
closedAs a user I can tag/untag manifest/manifest list
100%
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.
Updated by ipanova@redhat.com over 5 years ago
- Subject changed from As a user I can tag manifest/manifest to As a user I can tag manifest/manifest list
Updated by ipanova@redhat.com over 5 years ago
- Subject changed from As a user I can tag manifest/manifest list to As a user I can tag/untag manifest/manifest list
- Description updated (diff)
Updated by lmjachky over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by amacdona@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 56
Updated by lmjachky over 5 years ago
- Status changed from ASSIGNED to POST
Added by Lubos Mjachky over 5 years ago
Added by Lubos Mjachky over 5 years ago
Revision 1d7e03b7 | View on GitHub
Enable users to tag and untag manifests
Added by Lubos Mjachky over 5 years ago
Revision 1d7e03b7 | View on GitHub
Enable users to tag and untag manifests
Added by Lubos Mjachky over 5 years ago
Revision 1d7e03b7 | View on GitHub
Enable users to tag and untag manifests
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset commit:pulp_docker|1d7e03b7e264bab31c9f5ec067b6f1a5425dd1c8.
Updated by ipanova@redhat.com about 5 years ago
- Project changed from Docker Support to Container Support
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Enable users to tag and untag manifests
closes #4934 https://pulp.plan.io/issues/4934