Actions
Issue #7506
closedAdd validation around tag names
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 82
Quarter:
Description
When tagging an image tag name should not contain a / https://github.com/pulp/pulp_container/blob/master/pulp_container/app/viewsets.py#L187 https://github.com/pulp/pulp_container/blob/master/pulp_container/app/tasks/tag.py#L5 https://docs.docker.com/engine/reference/commandline/tag/#extended-description
Actions
Add validation for tags' names
closes #7506