From ef061341d945ac65814efb4e7d18e780c06ecd77 Mon Sep 17 00:00:00 2001 From: Pasan Tennakoon Date: Wed, 20 Apr 2022 11:32:00 +0530 Subject: [PATCH 1/2] Remove tag. --- .../apim-with-mi/conf/apim/repository/conf/deployment.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml b/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml index f161ee2f..7f87ea34 100644 --- a/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml +++ b/docker-compose/apim-with-mi/conf/apim/repository/conf/deployment.toml @@ -102,7 +102,7 @@ gateway_labels =["Default"] [apim.analytics] enable = false config_endpoint = "https://localhost:8080/auth/v1" -auth_token = "" +auth_token = "" #[apim.key_manager] #service_url = "https://localhost:${mgt.transport.https.port}/services/" From 7e793d3a075cb9ae535f51307f3c16603c0bcc10 Mon Sep 17 00:00:00 2001 From: Pasan Tennakoon Date: Wed, 20 Apr 2022 11:44:29 +0530 Subject: [PATCH 2/2] Add build path to Docker image build instructions --- dockerfiles/ubuntu/apim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ubuntu/apim/README.md b/dockerfiles/ubuntu/apim/README.md index 7b33b78f..64d2f238 100755 --- a/dockerfiles/ubuntu/apim/README.md +++ b/dockerfiles/ubuntu/apim/README.md @@ -22,7 +22,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. ``` -docker build -t wso2am:4.1.0 +docker build -t wso2am:4.1.0 . ``` > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.