This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.6.7.5. 이미지 스트림 태그 제거
이미지 스트림에서 이전 태그를 제거할 수 있습니다.
절차
이미지 스트림에서 이전 태그를 제거합니다.
oc tag -d <image-name:tag>
$ oc tag -d <image-name:tag>Copy to Clipboard Copied! Toggle word wrap Toggle overflow 예를 들면 다음과 같습니다.
oc tag -d python:3.5
$ oc tag -d python:3.5Copy to Clipboard Copied! Toggle word wrap Toggle overflow 출력 예
Deleted tag default/python:3.5.
Deleted tag default/python:3.5.Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Cluster Samples Operator가 더 이상 사용되지 않는 이미지 스트림 태그를 처리하는 방법에 대한 자세한 내용은 Cluster Samples Operator에서 더 이상 사용되지 않는 이미지 스트림 태그 제거를 참조하십시오.