5.3. 拉取基于 UBI 的 Go Toolset 容器镜像
在运行容器并执行操作前,先从 Red Hat registry 拉取容器镜像。
流程
拉取所需的镜像:
对于基于 RHEL 8 的镜像,请输入:
podman pull registry.access.redhat.com/ubi8/go-toolset
# podman pull registry.access.redhat.com/ubi8/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 对于基于 RHEL 9 的镜像,请输入:
podman pull registry.access.redhat.com/ubi9/go-toolset
# podman pull registry.access.redhat.com/ubi9/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 对于基于 RHEL 10 的镜像,请输入:
podman pull registry.access.redhat.com/ubi10/go-toolset
# podman pull registry.access.redhat.com/ubi10/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow