Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 355 Bytes

images-remove-tag-imagestream.adoc

File metadata and controls

21 lines (14 loc) · 355 Bytes

Removing tags from imagestreams

You can remove tags from an imagestream.

Procedure

To remove a tag completely from an imagestream run:

$ oc delete istag/ruby:latest

or:

$ oc tag -d ruby:latest