5.2. RHEL ベースの Go Toolset コンテナーイメージのプル
コンテナーを実行し、アクションを実行する前に、Red Hat レジストリーからコンテナーイメージをプルします。
手順
必要なイメージをプルします。
RHEL 8 をベースとするイメージの場合は、次のように入力します。
podman pull registry.redhat.io/rhel8/go-toolset
# podman pull registry.redhat.io/rhel8/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow RHEL 9 に基づくイメージの場合は、次のように入力します。
podman pull registry.redhat.io/rhel9/go-toolset
# podman pull registry.redhat.io/rhel9/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow RHEL 10 に基づくイメージの場合は、次のように入力します。
podman pull registry.redhat.io/rhel10/go-toolset
# podman pull registry.redhat.io/rhel10/go-toolset
Copy to Clipboard Copied! Toggle word wrap Toggle overflow