Skip to content

Commit 2c6cd6f

Browse files
authored
Merge pull request #597 from PasanT9/470-4
Update docker images for 4.7.0 Alpha release
2 parents 7e30e4d + 73dcf2e commit 2c6cd6f

24 files changed

Lines changed: 24 additions & 24 deletions

File tree

dockerfiles/alpine/apim-acp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ARG USER_GROUP_ID=10001
7070
ARG USER_HOME=/home/${USER}
7171
# build arguments for WSO2 product installation
7272
ARG WSO2_SERVER_NAME=wso2am-acp
73-
ARG WSO2_SERVER_VERSION=4.7.0-m3
73+
ARG WSO2_SERVER_VERSION=4.7.0-alpha
7474
ARG WSO2_SERVER_ZIP_VERSION=${WSO2_SERVER_VERSION}
7575
ARG WSO2_SERVER_REPOSITORY=product-apim
7676
ARG WSO2_SERVER=${WSO2_SERVER_NAME}-${WSO2_SERVER_VERSION}

dockerfiles/alpine/apim-acp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ docker run -it \
7676
wso2am-acp:4.7.0-alpine
7777
```
7878

79-
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-acp-4.7.0-m3/repository/conf folder of the container.
79+
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-acp-4.7.0-alpha/repository/conf folder of the container.
8080
8181
## WSO2 Private Docker images
8282

dockerfiles/alpine/apim-tm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ARG USER_GROUP_ID=10001
7070
ARG USER_HOME=/home/${USER}
7171
# build arguments for WSO2 product installation
7272
ARG WSO2_SERVER_NAME=wso2am-tm
73-
ARG WSO2_SERVER_VERSION=4.7.0-m3
73+
ARG WSO2_SERVER_VERSION=4.7.0-alpha
7474
ARG WSO2_SERVER_ZIP_VERSION=${WSO2_SERVER_VERSION}
7575
ARG WSO2_SERVER_REPOSITORY=product-apim
7676
ARG WSO2_SERVER=${WSO2_SERVER_NAME}-${WSO2_SERVER_VERSION}

dockerfiles/alpine/apim-tm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ docker run -it \
7777
wso2am-tm:4.7.0-alpine
7878
```
7979

80-
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-tm-4.7.0-m3/repository/conf folder of the container.
80+
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-tm-4.7.0-alpha/repository/conf folder of the container.
8181
8282
## WSO2 Private Docker images
8383

dockerfiles/alpine/apim-universal-gw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ARG USER_GROUP_ID=10001
7070
ARG USER_HOME=/home/${USER}
7171
# build arguments for WSO2 product installation
7272
ARG WSO2_SERVER_NAME=wso2am-universal-gw
73-
ARG WSO2_SERVER_VERSION=4.7.0-m3
73+
ARG WSO2_SERVER_VERSION=4.7.0-alpha
7474
ARG WSO2_SERVER_ZIP_VERSION=${WSO2_SERVER_VERSION}
7575
ARG WSO2_SERVER_REPOSITORY=product-apim
7676
ARG WSO2_SERVER=${WSO2_SERVER_NAME}-${WSO2_SERVER_VERSION}

dockerfiles/alpine/apim-universal-gw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ docker run -it \
7777
wso2am-universal-gw:4.7.0-alpine
7878
```
7979

80-
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-universal-gw-4.7.0-m3/repository/conf folder of the container.
80+
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-universal-gw-4.7.0-alpha/repository/conf folder of the container.
8181
8282
## WSO2 Private Docker images
8383

dockerfiles/alpine/apim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ARG USER_GROUP_ID=10001
7070
ARG USER_HOME=/home/${USER}
7171
# build arguments for WSO2 product installation
7272
ARG WSO2_SERVER_NAME=wso2am
73-
ARG WSO2_SERVER_VERSION=4.7.0-m3
73+
ARG WSO2_SERVER_VERSION=4.7.0-alpha
7474
ARG WSO2_SERVER_ZIP_VERSION=${WSO2_SERVER_VERSION}
7575
ARG WSO2_SERVER_REPOSITORY=product-apim
7676
ARG WSO2_SERVER=${WSO2_SERVER_NAME}-${WSO2_SERVER_VERSION}

dockerfiles/alpine/apim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ docker run -it \
7777
wso2am:4.7.0-alpine
7878
```
7979

80-
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-4.7.0-m3/repository/conf folder of the container.
80+
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-4.7.0-alpha/repository/conf folder of the container.
8181
8282
## WSO2 Private Docker images
8383

dockerfiles/rocky/apim-acp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ARG USER_GROUP_ID=10001
7777
ARG USER_HOME=/home/${USER}
7878
# build arguments for WSO2 product installation
7979
ARG WSO2_SERVER_NAME=wso2am-acp
80-
ARG WSO2_SERVER_VERSION=4.7.0-m3
80+
ARG WSO2_SERVER_VERSION=4.7.0-alpha
8181
ARG WSO2_SERVER_ZIP_VERSION=${WSO2_SERVER_VERSION}
8282
ARG WSO2_SERVER_REPOSITORY=product-apim
8383
ARG WSO2_SERVER=${WSO2_SERVER_NAME}-${WSO2_SERVER_VERSION}

dockerfiles/rocky/apim-acp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker run -it \
7171
wso2am-acp:4.7.0-rocky
7272
```
7373

74-
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-acp-4.7.0-m3/repository/conf folder of the container.
74+
> In here, <TARGET_CONFIGS> refers to /home/wso2carbon/wso2am-acp-4.7.0-alpha/repository/conf folder of the container.
7575
7676
## How to build a Docker image with multi-architecture support
7777

0 commit comments

Comments
 (0)