From 6dedb8e29ce7df57415695a7478b817178c71665 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Thu, 1 Aug 2024 18:01:20 +0200 Subject: [PATCH 1/3] initial readme Signed-off-by: Adrian Riobo Lorenzo --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b7bee2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Overview + +This project contains a set of specs used within CI systems for Openshift Local. \ No newline at end of file From 7d89c6d7725723288aa5357ab6cdfdf223dbbfb6 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Thu, 1 Aug 2024 18:04:49 +0200 Subject: [PATCH 2/3] chore: crc-builder non-linux bump support-tools to 0.0.4 Signed-off-by: Adrian Riobo Lorenzo --- crc-builder/oci/Containerfile.non-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc-builder/oci/Containerfile.non-linux b/crc-builder/oci/Containerfile.non-linux index a2293a8..19ef6f2 100644 --- a/crc-builder/oci/Containerfile.non-linux +++ b/crc-builder/oci/Containerfile.non-linux @@ -14,7 +14,7 @@ RUN cd /usr/local/crc-builder && \ chmod +x mc; \ fi; -FROM quay.io/rhqp/support-tools:v0.0.2 +FROM quay.io/rhqp/support-tools:v0.0.4 LABEL org.opencontainers.image.authors="CodeReady Containers " From efd22562ca7f9f63e39f970b2cd5e78b23cfcdea Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Fri, 2 Aug 2024 08:00:05 +0200 Subject: [PATCH 3/3] test Signed-off-by: Adrian Riobo Lorenzo --- crc-builder/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crc-builder/README.md b/crc-builder/README.md index 0153b76..84bd172 100644 --- a/crc-builder/README.md +++ b/crc-builder/README.md @@ -1,5 +1,7 @@ # CRC Builder +TBD + ## Modifications to the image Changes to `crc-builder/os/macos/builder/build.sh` require re-building and pushing the image to internal registry (ImageStream). Make sure the changes are pushed to some `mybranch` on your fork of the QE platform repo (`github.com//qe-platform`). Since the `crc-builder/manifests/buildconfig.yaml` will be guiding the build of the image, it needs to specify your branch on your fork as the source.