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 b44c0bd commit 38f1a41
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 @@ -22,6 +22,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
+ `docker build -t wso2am:4.0.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 @@ -23,6 +23,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
+ `docker build -t wso2am:4.0.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 @@ -22,6 +22,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
+ `docker build -t wso2am:4.0.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 @@ -23,6 +23,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
+ `docker build -t wso2am:4.0.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 @@ -22,6 +22,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
+ `docker build -t wso2am:4.0.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 38f1a41

Please sign in to comment.