Project

Profile

Help

Issue #130

closed

--remove-tag does not validate if that tag exists or not

Added by pthomas@redhat.com about 9 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Docker:
Platform Release:
Target Release - Docker:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

--remove-tag option in docker repo update does not validate is the tag exist or not

1. create repo repo
2. update the repo with --remove-tag option

[root@cloud-qe-17 ~]# pulp-admin docker repo update --repo-id centos --remove-tag test_tag:511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

[root@cloud-qe-17 ~]# pulp-admin docker repo update --repo-id centos --remove-tag foo
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

[root@cloud-qe-17 ~]# pulp-admin docker repo update --repo-id centos --remove-tag cat
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

[root@cloud-qe-17 ~]# pulp-admin docker repo update --repo-id centos --remove-tag cat:test:tag:removal
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded

Also available in: Atom PDF