Skip to content

Commit

Permalink
contrib/rhcs.md: use "7" in example commands
Browse files Browse the repository at this point in the history
We're developing RHCS 7 actively. Use the latest version number in the
example commands.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer committed Sep 7, 2023
1 parent 07a535d commit ff3a03e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/rhcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ final `Dockerfile` that developers can build or commit to dist-git. This
command generates that downstream Red Hat UBI-based `Dockerfile`:

```
BRANDING=redhat VERSION=6 ./contrib/compose-rhcs.sh
BRANDING=redhat VERSION=7 ./contrib/compose-rhcs.sh
```

Or the IBM-branded `Dockerfile`:
```
BRANDING=ibm VERSION=6 ./contrib/compose-rhcs.sh
BRANDING=ibm VERSION=7 ./contrib/compose-rhcs.sh
```

## Yum repositories
Expand All @@ -40,7 +40,7 @@ To test a local build outside OSBS, you must mimic what OSBS does and insert som
First, create an ODCS compose from the candidate tag:

```
odcs --redhat create-tag --sigkey none ceph-6.0-rhel-9-candidate
odcs --redhat create-tag --sigkey none ceph-7.0-rhel-9-candidate
```

Save the resulting id and baseurl for the next step.
Expand Down

0 comments on commit ff3a03e

Please sign in to comment.