Skip to content

Commit

Permalink
Merge pull request #145 from wso2/3.0.x
Browse files Browse the repository at this point in the history
Merge 3.0.x branch to master branch
  • Loading branch information
VimukthiRajapaksha authored Jun 23, 2022
2 parents ff5ce5e + 80fd833 commit 89d8aba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dockerfiles/alpine/obam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 4 additions & 1 deletion dockerfiles/alpine/obiam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 4 additions & 1 deletion dockerfiles/ubuntu/obam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 4 additions & 1 deletion dockerfiles/ubuntu/obiam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 89d8aba

Please sign in to comment.