From 9783b6a8a35fc573a33cd808b014db1c39cc9954 Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 13 Aug 2025 10:19:14 +0100 Subject: [PATCH] refactor: purge the midstream repo content to only host the build artifacts, so only the redhat-distribution should remain --- redhat-distribution/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redhat-distribution/README.md b/redhat-distribution/README.md index 742c01673..8f1d2cc98 100644 --- a/redhat-distribution/README.md +++ b/redhat-distribution/README.md @@ -19,6 +19,7 @@ The Containerfile is auto-generated from a template. To generate it: ``` This will: + - Check for the llama CLI installation - Generate dependencies using `llama stack build` - Create a new `Containerfile` with the required dependencies @@ -33,6 +34,7 @@ NEVER edit the generated `Containerfile` manually. Once the Containerfile is generated, you can build the image using either Podman or Docker: ### Using Podman build image for x86_64 + ```bash podman build --platform linux/amd64 -f redhat-distribution/Containerfile -t rh . ```