Skip to content

Setup Pulp Guide

Play Play

Rocky Tutorial

Pulp3

team - tech - maturity - locator

team:

  • tiger
  • dpe
  • cpp

tech:

  • mvn
  • docker
  • python

maturity:

  • external
  • snapshot
  • dev
  • prod

locator:

  • local
  • eu

4 part name including: project, product, or team teach, tool, or packages type maturity location - local, remote, virtual, distribution

dev: generated during dev/ci processes prod: stable, tested, and released

Terminal window
git clone git@github.com:pulp/pulp-oci-images.git
cd pulp-oci-images/images/compose
docker compose up -d

Configure cli tooling - but some only available over post calls such as policy

Section titled “Configure cli tooling - but some only available over post calls such as policy”
Terminal window
python -m venv venv
source venv/bin/activate
pip install pulp-cli pulp-cli-maven
pulp config create --username admin --base-url http://localhost:8080 --password password --overwrite
Terminal window
# can use https://github.com/jenkins-docs/simple-java-maven-app.git to test out
pulp maven remote create --name maven-central --url https://repo1.maven.org/maven2/
pulp maven repository create --name maven-central --remote maven-central
pulp maven distribution create --name maven-central --remote maven-central --repository maven-central --base-path maven-central