You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
Source repository for the Red Hat product devfile registry
3
+
> [!WARNING]
4
+
> This repository has been retired and will no longer be maintained. It has been archived and will remain read-only.
4
5
5
-
This product devfile registry is updated weekly, by 12pm EST Wednesdays, with any updated stacks in this repository.
6
-
7
-
## Registry Updates
8
-
9
-
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.
10
-
11
-
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:
12
-
13
-
- Stack name
14
-
- Why the refresh is needed
15
-
- Why the refresh cannot wait until the next regularly scheduled refresh
6
+
Source repository for the Red Hat product devfile registry.
16
7
17
8
## Developing
18
9
@@ -23,18 +14,6 @@ If you are a stack owner and need to request an urgent refresh of the registry s
23
14
24
15
### Build
25
16
26
-
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).
17
+
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).
27
18
28
19
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).
29
-
30
-
## Contributing
31
-
32
-
For contributing Devfile stacks to this registry, please see [CONTRIBUTING.md](CONTRIBUTING.md).
33
-
34
-
For testing devfile stacks in the registry, or devfile stacks that you are contributing, please see the [testing doc](tests/README.md).
35
-
36
-
## Reporting any issue
37
-
38
-
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.
39
-
40
-
For issues relating to the hosted product devfile registry service in general, please use this repository for opening issues.
0 commit comments