This is the documentation for the default architecture of Red Hat OpenShift Service on AWS. The classic architecture documentation is available here. 6.6.5. イメージストリームタグの削除 イメージ履歴を制御し、Red Hat OpenShift Service on AWS 内での管理を単純化するために、イメージストリームから古いタグを削除できます。このアクションにより、リソースは現在の必要なイメージ参照のみを追跡します。 手順 古いタグをイメージストリームから削除します。 $ oc tag -d <image-name:tag> 以下に例を示します。 $ oc tag -d python:3.6 出力例 Deleted tag default/python:3.6 戻る次へ