Skip to content

Commit

Permalink
contrib/rhcs.md: document BRANDING variable
Browse files Browse the repository at this point in the history
Explain how to use the BRANDING environment variable to choose
generating Red Hat's or IBM's Dockerfiles.

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

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

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

## Yum repositories
Expand Down

0 comments on commit 13e55ae

Please sign in to comment.