Story #8104
closed
As a user i want to manage tags via pulp api for container push repos
Status:
CLOSED - CURRENTRELEASE
Description
Add /tag and /untag endpoints to enable tags management.
Enable scenarios:
- delete a tag
- create a new tag
- move an existing tag from an old image to a new one
These should be synchronous calls since podman api does not handle async calls.
- Sprint/Milestone changed from 2.4.0 to 2.3.0
- Subject changed from As a user i want to remove tags via pulp api from container push repos to As a user i want to manage tags via pulp api from container push repos
- Description updated (diff)
- Subject changed from As a user i want to manage tags via pulp api from container push repos to As a user i want to manage tags via pulp api for container push repos
- Description updated (diff)
- Description updated (diff)
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
- Sprint set to Sprint 89
We decided to use asynchronous calls instead of synchronous ones.
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Add support for tagging and untagging for push repositories
Note that in this commit, there are not handled race conditions where a container client simulateneously tries to push a tag that is being created in an asynchronous task invoked via the Pulp API.
closes #8104