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

  • A container management tool on your workstation, such as Podman or Docker
  • Valid credentials for accessing registry.redhat.io

Procedure

  1. Log in to the Red Hat registry:

    podman login registry.redhat.io
  2. Download the RHTAP installer image:

    podman pull registry.redhat.io/rhtap-cli/rhtap-cli-rhel9:1.5.0
  3. Start the installer container:

    podman run \
      -it \
      --entrypoint bash \ 
    1
    
      --publish 8228:8228 \ 
    2
    
      --rm \
      rhtap-cli:1.5.0 
    3
    1
    Opens the container with an interactive Bash shell.
    2
    Exposes port 8228, which is required for GitHub App creation during the integration process.
    3
    Specifies the RHTAP installer image you pulled in the previous step.
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo