Skip to content

Commit cffef66

Browse files
authored
Add images to pulp guide (#2675)
1 parent a9ffe86 commit cffef66

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
16.4 KB
Loading
20.7 KB
Loading

docs/guides/repositories/pulp_fetch_upload.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ $ podman run --detach \
4545

4646
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.
4747

48+
![empty_index](images/empty_pulp_index.png)
49+
4850
## Create Pulp Remotes
4951

5052
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
9496

9597
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.
9698

99+
![content_index](images/pulp_index_content.png)
100+
97101
## Conclusion
98102

99103
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.

0 commit comments

Comments
 (0)