Skip to content

Commit

Permalink
Update instructions to solve network issue in building containers
Browse files Browse the repository at this point in the history
  • Loading branch information
DinithHerath committed Jun 18, 2024
1 parent 95843de commit 6104de9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/alpine/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/centos/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/jdk8/alpine/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/jdk8/centos/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/jdk8/ubuntu/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6104de9

Please sign in to comment.