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.4. 更新镜像流标签
您可以更新标签以反映镜像流中的另一标签。
流程
更新标签:
oc tag <image-name:tag> <image-name:latest>
$ oc tag <image-name:tag> <image-name:latest>Copy to Clipboard Copied! Toggle word wrap Toggle overflow 例如,以下命令更新了
latest标签,以反映镜像流中的3.6标签:oc tag python:3.6 python:latest
$ oc tag python:3.6 python:latestCopy to Clipboard Copied! Toggle word wrap Toggle overflow 输出示例
Tag python:latest set to python@sha256:438208801c4806548460b27bd1fbcb7bb188273d13871ab43f.
Tag python:latest set to python@sha256:438208801c4806548460b27bd1fbcb7bb188273d13871ab43f.Copy to Clipboard Copied! Toggle word wrap Toggle overflow