Questo contenuto non è disponibile nella lingua selezionata.

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
    Copy to Clipboard Toggle word wrap
  2. Download the RHTAP installer image:

    podman pull registry.redhat.io/rhtap-cli/rhtap-cli-rhel9:1.5.0
    Copy to Clipboard Toggle word wrap
  3. Start the installer container:

    podman run \
      -it \
      --entrypoint bash \ 
    1
    
      --publish 8228:8228 \ 
    2
    
      --rm \
      rhtap-cli:1.5.0 
    3
    Copy to Clipboard Toggle word wrap
    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.
Torna in cima
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi. Esplora i nostri ultimi aggiornamenti.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Theme

© 2025 Red Hat