From f073c4c2c90d96e369b4c04dc4e685c2c1324144 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 16 Oct 2025 15:24:32 -0500 Subject: [PATCH 1/2] Update OCP documentation links to latest versions This commit updates OpenShift Container Platform documentation URLs to point to the latest available versions. Updated by: ocp-doc-checker More info: https://github.com/sebrandon1/ocp-doc-checker --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e517e273..511a1e60ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenShift Builder The OpenShift Builder container image drives OpenShift's -[Builds using BuildConfig](https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/builds_using_buildconfig/index), +[Builds using BuildConfig](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/builds_using_buildconfig/index), leveraging [Buildah](https://github.com/containers/buildah) and [Source-To-Image](https://github.com/openshift/source-to-image) to turn source code into images that can be deployed on Kubernetes. The container image also handles the lifecycle of the build, @@ -16,7 +16,7 @@ the CNCF [Shipwright](https://shipwright.io) project. The OpenShift Builder container image is intended to run exclusively as a container within an OpenShift build pod. The best way to run the container image is to follow the official documentation on how to run a build with -[BuildConfigs](https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/builds_using_buildconfig/understanding-image-builds). +[BuildConfigs](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/builds_using_buildconfig/understanding-image-builds). ## Contributing From 3a79ccab3ac5daf16f3c006f0623ca957fc1894a Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 24 Oct 2025 09:34:18 -0500 Subject: [PATCH 2/2] Update OCP documentation links to latest versions This commit updates OpenShift Container Platform documentation URLs to point to the latest available versions. Updated by: ocp-doc-checker More info: https://github.com/sebrandon1/ocp-doc-checker --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 511a1e60ea..ccc210df55 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenShift Builder The OpenShift Builder container image drives OpenShift's -[Builds using BuildConfig](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/builds_using_buildconfig/index), +[Builds using BuildConfig](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/builds_using_buildconfig/index), leveraging [Buildah](https://github.com/containers/buildah) and [Source-To-Image](https://github.com/openshift/source-to-image) to turn source code into images that can be deployed on Kubernetes. The container image also handles the lifecycle of the build, @@ -16,7 +16,7 @@ the CNCF [Shipwright](https://shipwright.io) project. The OpenShift Builder container image is intended to run exclusively as a container within an OpenShift build pod. The best way to run the container image is to follow the official documentation on how to run a build with -[BuildConfigs](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/builds_using_buildconfig/understanding-image-builds). +[BuildConfigs](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/builds_using_buildconfig/understanding-image-builds). ## Contributing