-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from wso2/3.0.x
Merge 3.0.x branch to master branch
- Loading branch information
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,11 @@ | |
# | ||
# ------------------------------------------------------------------------ | ||
|
||
ARG BASE_DOCKER_IMAGE_REGISTRY="docker.wso2.com" | ||
ARG BASE_PRODUCT_VERSION=4.0.0.0 | ||
|
||
# set base Docker image to WSO2 API Manager Alpine Docker image | ||
FROM docker.wso2.com/wso2am:4.0.0.0-alpine | ||
FROM ${BASE_DOCKER_IMAGE_REGISTRY}/wso2am:${BASE_PRODUCT_VERSION}-alpine | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-open-banking/releases/tag/v3.0.0.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,11 @@ | |
# | ||
# ------------------------------------------------------------------------ | ||
|
||
ARG BASE_DOCKER_IMAGE_REGISTRY="docker.wso2.com" | ||
ARG BASE_PRODUCT_VERSION=5.11.0.0 | ||
|
||
# set base Docker image to WSO2 Identity Server Alpine Docker image | ||
FROM docker.wso2.com/wso2is:5.11.0.0-alpine | ||
FROM ${BASE_DOCKER_IMAGE_REGISTRY}/wso2is:${BASE_PRODUCT_VERSION}-alpine | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-open-banking/releases/tag/v3.0.0.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,11 @@ | |
# | ||
# ------------------------------------------------------------------------ | ||
|
||
ARG BASE_DOCKER_IMAGE_REGISTRY="docker.wso2.com" | ||
ARG BASE_PRODUCT_VERSION=4.0.0.0 | ||
|
||
# set base Docker image to WSO2 API Manager Ubuntu Docker image | ||
FROM docker.wso2.com/wso2am:4.0.0.0 | ||
FROM ${BASE_DOCKER_IMAGE_REGISTRY}/wso2am:${BASE_PRODUCT_VERSION} | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-open-banking/releases/tag/v3.0.0.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,11 @@ | |
# | ||
# ------------------------------------------------------------------------ | ||
|
||
ARG BASE_DOCKER_IMAGE_REGISTRY="docker.wso2.com" | ||
ARG BASE_PRODUCT_VERSION=5.11.0.0 | ||
|
||
# set base Docker image to WSO2 Identity Server Ubuntu Docker image | ||
FROM docker.wso2.com/wso2is:5.11.0.0 | ||
FROM ${BASE_DOCKER_IMAGE_REGISTRY}/wso2is:${BASE_PRODUCT_VERSION} | ||
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \ | ||
com.wso2.docker.source="https://github.com/wso2/docker-open-banking/releases/tag/v3.0.0.1" | ||
|
||
|