From 6104de9fe7e8b6fb5ef08098d35c32fdc2c0d4be Mon Sep 17 00:00:00 2001 From: Dinith Herath Date: Tue, 18 Jun 2024 10:36:49 +0530 Subject: [PATCH] Update instructions to solve network issue in building containers --- dockerfiles/alpine/apim/README.md | 1 + dockerfiles/centos/apim/README.md | 1 + dockerfiles/jdk8/alpine/apim/README.md | 1 + dockerfiles/jdk8/centos/apim/README.md | 1 + dockerfiles/jdk8/ubuntu/apim/README.md | 1 + 5 files changed, 5 insertions(+) diff --git a/dockerfiles/alpine/apim/README.md b/dockerfiles/alpine/apim/README.md index 533a4488..9877a9ce 100755 --- a/dockerfiles/alpine/apim/README.md +++ b/dockerfiles/alpine/apim/README.md @@ -27,6 +27,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-alpine . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/centos/apim/README.md b/dockerfiles/centos/apim/README.md index 734c2350..e19d7e0f 100755 --- a/dockerfiles/centos/apim/README.md +++ b/dockerfiles/centos/apim/README.md @@ -26,6 +26,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-centos . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/jdk8/alpine/apim/README.md b/dockerfiles/jdk8/alpine/apim/README.md index 267c6072..7011e87c 100755 --- a/dockerfiles/jdk8/alpine/apim/README.md +++ b/dockerfiles/jdk8/alpine/apim/README.md @@ -24,6 +24,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-alpine-jdk8 . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/jdk8/centos/apim/README.md b/dockerfiles/jdk8/centos/apim/README.md index cfb73a0e..b27dbbf3 100755 --- a/dockerfiles/jdk8/centos/apim/README.md +++ b/dockerfiles/jdk8/centos/apim/README.md @@ -25,6 +25,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-centos-jdk8 . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/jdk8/ubuntu/apim/README.md b/dockerfiles/jdk8/ubuntu/apim/README.md index e2636f0c..347d8686 100755 --- a/dockerfiles/jdk8/ubuntu/apim/README.md +++ b/dockerfiles/jdk8/ubuntu/apim/README.md @@ -24,6 +24,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-jdk8 . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.