diff --git a/docs/guides/repositories/images/empty_pulp_index.png b/docs/guides/repositories/images/empty_pulp_index.png new file mode 100644 index 0000000000..7b07dfea88 Binary files /dev/null and b/docs/guides/repositories/images/empty_pulp_index.png differ diff --git a/docs/guides/repositories/images/pulp_index_content.png b/docs/guides/repositories/images/pulp_index_content.png new file mode 100644 index 0000000000..b594a6f95d Binary files /dev/null and b/docs/guides/repositories/images/pulp_index_content.png differ diff --git a/docs/guides/repositories/pulp_fetch_upload.md b/docs/guides/repositories/pulp_fetch_upload.md index a3b4ff8559..77ca3aa057 100644 --- a/docs/guides/repositories/pulp_fetch_upload.md +++ b/docs/guides/repositories/pulp_fetch_upload.md @@ -45,6 +45,8 @@ $ podman run --detach \ If you browse to `http://localhost:8080/pulp/content/` you should now see "Index of /pulp/content/" that for now is empty, but that you will populate with your repositories by the end of this guide. +![empty_index](images/empty_pulp_index.png) + ## Create Pulp Remotes Think of Pulp remotes as remote source repositories. In this case, the remote source repositories are BaseOS and AppStream from Rocky Linux 9.2 vault. You will use these remotes to sync to your repositories that you will create with Pulp. Please check the [Pulp official documentation](https://pulpproject.org/) for more on remote policies. @@ -94,6 +96,8 @@ pulp rpm distribution create --name "Copy of AppStream 92 RL Vault" --base-path If you check `http://localhost:8080/pulp/content/` you should see your two repositories that are copies of the Rocky Linux 9.2 AppStream and BaseOS vault repositories. +![content_index](images/pulp_index_content.png) + ## Conclusion Pulp can be a very versatile tool used to fetch multiple repositories and distribute them as needed. This is a basic example, however, you can use Pulp in a variety of deployment scenarios and do more complex and advanced repository organization. Please check the [official documentation](https://pulpproject.org/) for more information.