From 0e0e891c1e99df635a15d395579d404e0e8e5df6 Mon Sep 17 00:00:00 2001 From: sandushi Date: Wed, 18 Sep 2024 12:27:17 +0530 Subject: [PATCH] Update the read me file --- dockerfiles/rocky/is-as-km/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/rocky/is-as-km/README.md b/dockerfiles/rocky/is-as-km/README.md index 798855b4..80939ae9 100755 --- a/dockerfiles/rocky/is-as-km/README.md +++ b/dockerfiles/rocky/is-as-km/README.md @@ -1,6 +1,6 @@ # Dockerfile for WSO2 Identity Server deployed as the API Key Manager # -This section defines the step-by-step instructions to build an [CentOS](https://hub.docker.com/_/centos/) Linux based Docker image for WSO2 IS deployed as API Key Manager. +This section defines the step-by-step instructions to build an [Rocky Linux](https://hub.docker.com/_/rockylinux/) Linux based Docker image for WSO2 IS deployed as API Key Manager. ## Prerequisites @@ -15,7 +15,7 @@ This section defines the step-by-step instructions to build an [CentOS](https:// git clone https://github.com/wso2/docker-apim.git ``` -> The local copy of the `dockerfiles/centos/is-as-km` directory will be referred to as `IS_KM_DOCKERFILE_HOME` from this point onwards. +> The local copy of the `dockerfiles/rocky/is-as-km` directory will be referred to as `IS_KM_DOCKERFILE_HOME` from this point onwards. ##### 2. Build the Docker image.