Chapter 1. Log in to Podman and download the installer image
Use this procedure to authenticate to registry.redhat.io, download the Red Hat Advanced Developer Suite - software supply chain (RHADS - SSC) installer image, and start the installer container. The installer CLI (tssc) runs inside this container and automates the deployment and integration of RHADS - SSC components.
This step ensures that your environment is securely configured before you begin the installation.
Prerequisites
Procedure
Log in to the Red Hat registry:
$ podman login registry.redhat.ioDownload the RHADS - SSC installer image:
$ podman pull registry.redhat.io/rhtap-cli/rhtap-cli-rhel9:1.6.0Start the installer container:
$ podman run \ -it \ --entrypoint bash \1 --publish 8228:8228 \2 --rm \ rhtap-cli-rhel9:1.6.03