Project

Profile

Help

Story #4934

closed

As a user I can tag/untag manifest/manifest list

Added by ipanova@redhat.com almost 5 years ago. Updated about 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
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.

Also available in: Atom PDF