3 phút đọc
openshift/release: Release tooling for OpenShift – Repository openshift/release. Mô tả: Release tooling for OpenShift. 330 stars, 2376 forks, ngôn ngữ chính Shell, cập nhật 2026-09-18.
1. Repository làm gì?
This repository holds OpenShift cluster manifests, component build manifests and CI workflow configuration for OpenShift component repositories for both OKD and OCP.
To setup a CI workflow for a new repository, use make new-repo. See the Contributing CI Configuration to the openshift/release Repository document for detailed information about how to contribute to this repository.
Configuration files for CI workflows live under ci-operator/ and are split into the following categories:
Cluster and Service Configuration Manifests
Core Services and Configuration
Only core-services/secrets folder is applied to the cluster api.ci.
2. Dữ liệu và cấu trúc đáng chú ý
Except user secret management, no services are running on api.ci.
Additional Services and Configuration (legacy)
This folder is no longer applied to the cluster api.ci which is going to be offline soon.
Cluster Configuration Manifests (legacy)
Manifests for cluster provisioning and installation live under cluster/. The OpenShift CI cluster is configured with the manifests under cluster/ci/. (legacy: do not add new services here. Use core-services or services instead.)
Clusters that are created by the testing infrastructure for validating OpenShift are configured with the profiles under cluster/test-deploy/. For directions on how to set up clusters for development, see the README.
Manifests for services that are in development, experimental, legacy or not critical in some other way are present in the projects directory. Compared to the core services and services configuration, these projects do not need to follow any common structure or conventions other than clear ownership. They must not interfere with the core services in any way.
3. Khả năng ứng dụng và giới hạn
Additionally, manifests for building container images for component repositories live under projects/. This purpose is deprecated; authors of components built by manifests in this directory should remove them and ensure that their component is appropriately built by the ci-operator instead.
Manifests for building container images for tools live under tools/. These tools are either useful in managing this repository or are otherwise useful commonly across component repositories.
Số liệu repository có thể thay đổi; nên mở liên kết nguồn để kiểm tra README, giấy phép và trạng thái phát hành.
Nguồn tham khảo: Xem bài gốc