Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
contrib/rhcs.md: latest osbs link
Browse files Browse the repository at this point in the history
We're using OSBS 2 now. Point at this version of the documentation.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
  • Loading branch information
ktdreyer authored and guits committed Feb 13, 2023
1 parent f79d70f commit a895e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/rhcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ VERSION=6 ./contrib/compose-rhcs.sh

You will not see any Yum repositories in the resulting `Dockerfile` from `./contrib/compose-rhcs.sh`.

We use [OSBS](https://osbs.readthedocs.io/en/osbs_ocp3/) to build the images for RH storage products. OSBS dynamically injects Yum repository definition steps into our `Dockerfile` during each build. This gives us far more flexibility (for hotfixes, etc) than storing all repo files in Git.
We use [OSBS](https://osbs.readthedocs.io/en/latest/) to build the images for RH storage products. OSBS dynamically injects Yum repository definition steps into our `Dockerfile` during each build. This gives us far more flexibility (for hotfixes, etc) than storing all repo files in Git.

To test a local build outside OSBS, you must mimic what OSBS does and insert some Yum repo definitions.

Expand Down

0 comments on commit a895e11

Please sign in to comment.