![Configuring a Self-hosted Quay Registry in Private OpenShift Cluster](/content/images/size/w100/2024/09/73a3f1d6-9fe4-4c5b-a3b0-5dae38549a6e.png 100w,
/content/images/size/w300/2024/09/73a3f1d6-9fe4-4c5b-a3b0-5dae38549a6e.png 300w,
/content/images/size/w600/2024/09/73a3f1d6-9fe4-4c5b-a3b0-5dae38549a6e.png 600w,
/content/images/size/w1000/2024/09/73a3f1d6-9fe4-4c5b-a3b0-5dae38549a6e.png 1000w)
CI/CD
Home
Posts Tagged "CI/CD"
CI and CD stand for continuous integration and continuous delivery/continuous deployment. In very simple terms, CI is a modern software development practice in which incremental code changes are made frequently and reliably. Automated build-and-test steps triggered by CI ensure that code changes being merged into the repository are reliable. The code is then delivered quickly and seamlessly as a part of the CD process.