From b157210cb17bf5fd01ec4c623da0ecb19a97ace4 Mon Sep 17 00:00:00 2001 From: Ernest Pietryka <164904886+ePietry@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:39:45 +0100 Subject: [PATCH] Update README.MD --- ansible/README.MD | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/ansible/README.MD b/ansible/README.MD index 07f7f01..4c5762a 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -45,39 +45,6 @@ appstream baseos ``` -## Clone this repository - -```sh -git clone https://github.com/ePietry/red-hat-kiosk.git -cd red-hat-kiosk -export GIT_REPO_CLONE="$PWD" -``` - -## Create the container image - -Install podman and buildah. - -```sh -sudo dnf install -y podman buildah -``` - -Define the target image properties. - -```sh -REGISTRY="quay.io" -IMAGE_NAME="nmasse_itix/kiosk-app" -IMAGE_TAG="latest" -``` - -Build and push the image to the registry. - -```sh -cd "$GIT_REPO_CLONE/application" -podman build -t localhost/kiosk-app:latest . -podman login "$REGISTRY" -podman tag localhost/kiosk-app:latest "$REGISTRY/$IMAGE_NAME:$IMAGE_TAG" -podman push "$REGISTRY/$IMAGE_NAME:$IMAGE_TAG" -``` ## Nginx configuration