Este conteúdo não está disponível no idioma selecionado.
Chapter 1. Log in to Podman and download the installer image
Use this procedure to authenticate to registry.redhat.io, download the Red Hat Trusted Application Pipeline (RHTAP) installer image, and start the installer container. The installer CLI (rhtap-cli) runs inside this container and automates the deployment and integration of RHTAP 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 RHTAP installer image:
podman pull registry.redhat.io/rhtap-cli/rhtap-cli-rhel9:1.5.0Start the installer container:
podman run \ -it \ --entrypoint bash \1 --publish 8228:8228 \2 --rm \ rhtap-cli:1.5.03