Bertrand d'Hérouville
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
documentation/INSTALL_RHEL9.md
|
|
@ -46,7 +46,7 @@ baseos |
|
|
## Clone this repository |
|
|
## Clone this repository |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
git clone https://github.com/ePietry/red-hat-kiosk.git |
|
|
git clone https://github.com/bdherouville/red-hat-kiosk.git |
|
|
cd red-hat-kiosk |
|
|
cd red-hat-kiosk |
|
|
export GIT_REPO_CLONE="$PWD" |
|
|
export GIT_REPO_CLONE="$PWD" |
|
|
``` |
|
|
``` |
|
|
@ -63,7 +63,7 @@ Define the target image properties. |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
REGISTRY="quay.io" |
|
|
REGISTRY="quay.io" |
|
|
IMAGE_NAME="nmasse_itix/kiosk-app" |
|
|
IMAGE_NAME="$YOUR_QUAY_REPOSITORY/kiosk-app" |
|
|
IMAGE_TAG="latest" |
|
|
IMAGE_TAG="latest" |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|