From 8f020fe0adc47872ac72b6fbdc9d786c64b7e15b Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Tue, 15 Apr 2025 15:02:40 -0400 Subject: [PATCH 1/6] add archive warning to readme Signed-off-by: Jordan Dubrick --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05dbdb3..c83ee61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # devfile-registry +> [!WARNING] +> This repository has been retired and will no longer be maintained. It has been archived and will remain read-only. + + Source repository for the Red Hat product devfile registry This product devfile registry is updated weekly, by 12pm EST Wednesdays, with any updated stacks in this repository. From f4e6e73a9dac458fe7de31e036cef42a48c24dbd Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Tue, 15 Apr 2025 15:03:15 -0400 Subject: [PATCH 2/6] remove contributing or issue opening references Signed-off-by: Jordan Dubrick --- CONTRIBUTING.md | 4 ---- README.md | 12 ------------ 2 files changed, 16 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 5c69754..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,4 +0,0 @@ -# Contributing to this registry - -This document outlines the requirements for contributing a devfile stack or sample to this repository. -See [devfile registry contributing guide](https://github.com/devfile/registry/blob/main/CONTRIBUTING.md) for details. diff --git a/README.md b/README.md index c83ee61..2db54f6 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,3 @@ If you are a stack owner and need to request an urgent refresh of the registry s To build this devfile registry into a container image run `.ci/build.sh`. A container image will be built using the [devfile registry build tools](https://github.com/devfile/registry-support/tree/master/build-tools). From there, push the container image to a container registry of your choice and deploy using one of the methods outlined [here](https://github.com/devfile/registry-support#deploy). - -## Contributing - -For contributing Devfile stacks to this registry, please see [CONTRIBUTING.md](CONTRIBUTING.md). - -For testing devfile stacks in the registry, or devfile stacks that you are contributing, please see the [testing doc](tests/README.md). - -## Reporting any issue - -For issues relating to a specific devfile stack in this repository, please reach out to the devfile stack maintainer to determine where to open an issue. - -For issues relating to the hosted product devfile registry service in general, please use this repository for opening issues. From c785985739ccadc68afcd3fd1636a84be8df49eb Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Tue, 15 Apr 2025 15:31:06 -0400 Subject: [PATCH 3/6] Update README.md Co-authored-by: Michael Valdron --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2db54f6..cc0bd1e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Source repository for the Red Hat product devfile registry -This product devfile registry is updated weekly, by 12pm EST Wednesdays, with any updated stacks in this repository. ## Registry Updates From 7bd2819ec60bcfe07530597740cf18db3c6752cc Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Wed, 16 Apr 2025 11:52:42 -0400 Subject: [PATCH 4/6] update readme and pin build Signed-off-by: Jordan Dubrick --- .ci/Dockerfile | 2 ++ README.md | 16 +--------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 942507a..0f6d11c 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -12,6 +12,8 @@ COPY . /registry # Download the registry build tools RUN git clone https://github.com/devfile/registry-support.git /registry-support +RUN cd /registry-support && git checkout -f 4bc237b077e1bd478ea24195fac7c35fd2975441 + # Run the registry build tools RUN /registry-support/build-tools/build.sh /registry /build diff --git a/README.md b/README.md index cc0bd1e..4e3d8bd 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,6 @@ > [!WARNING] > This repository has been retired and will no longer be maintained. It has been archived and will remain read-only. - -Source repository for the Red Hat product devfile registry - - -## Registry Updates - -The staging product devfile registry is refreshed upon each commit to main in this repository. Production is promoted manually and as mentioned above, is done each Wednesday, as needed. - -If you are a stack owner and need to request an urgent refresh of the registry service before Wednesday (for example if a stack is broken), please open an issue in this repository outlining the following: - -- Stack name -- Why the refresh is needed -- Why the refresh cannot wait until the next regularly scheduled refresh - ## Developing ### Prerequisites @@ -26,6 +12,6 @@ If you are a stack owner and need to request an urgent refresh of the registry s ### Build -To build this devfile registry into a container image run `.ci/build.sh`. A container image will be built using the [devfile registry build tools](https://github.com/devfile/registry-support/tree/master/build-tools). +To build this devfile registry into a container image run `.ci/build.sh`. A container image will be built using the [devfile registry build tools](https://github.com/devfile/registry-support/tree/master/build-tools) up until commit [4bc237b](https://github.com/devfile/registry-support/commit/4bc237b077e1bd478ea24195fac7c35fd2975441). From there, push the container image to a container registry of your choice and deploy using one of the methods outlined [here](https://github.com/devfile/registry-support#deploy). From 82a1ee22047e1d62403d97bafb3e121cd6763a93 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Wed, 16 Apr 2025 13:01:57 -0400 Subject: [PATCH 5/6] update readme Signed-off-by: Jordan Dubrick --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e3d8bd..033ad64 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ > [!WARNING] > This repository has been retired and will no longer be maintained. It has been archived and will remain read-only. +- Source repository for the Red Hat product devfile registry. + ## Developing ### Prerequisites From af8fdc2c6d61c739127e2978b35ad5a2c07ff328 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Wed, 16 Apr 2025 14:04:33 -0400 Subject: [PATCH 6/6] Update README.md Co-authored-by: Michael Valdron --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 033ad64..93c5354 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!WARNING] > This repository has been retired and will no longer be maintained. It has been archived and will remain read-only. -- Source repository for the Red Hat product devfile registry. +Source repository for the Red Hat product devfile registry. ## Developing