Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 377 Bytes

images-imagestream-remove-tag.adoc

File metadata and controls

23 lines (18 loc) · 377 Bytes

Removing imagestreamtags

You can remove old tags from an imagestream.

Procedure
  • Remove old tags from an imagestream:

    $ oc tag -d <image-name:tag>

    For example:

    $ oc tag -d python:3.5
    
    Deleted tag default/python:3.5.