Skip to content

Commit

Permalink
Merge pull request #143 from wso2/3.0.x
Browse files Browse the repository at this point in the history
Merge 3.0.x branch to master branch - 2022-03-24
  • Loading branch information
nalakagunathilaka authored Mar 24, 2022
2 parents 761f25d + 2683721 commit ff5ce5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/alpine/obiam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ RUN \
&& find ${WSO2_SERVER_HOME}/repository/components/lib -name "com.wso2.openbanking.*" -exec rm -rf {} \; \
# copy open banking artifacts
&& cp -r ${WSO2_OB_ACCELERATOR_DIR}/carbon-home/* ${WSO2_SERVER_HOME}/ \
&& find ${WSO2_SERVER_HOME}/repository/components/dropins -name "org.wso2.carbon.identity.application.authentication.handler.identifier-*" -exec rm -rf {} \; \
# 2. configure_iskm_connector
&& cp ${WSO2_OB_KM_EXTENSION}/dropins/* ${WSO2_SERVER_HOME}/repository/components/dropins/ \
&& cp ${WSO2_OB_KM_EXTENSION}/webapps/* ${WSO2_SERVER_HOME}/repository/deployment/server/webapps/ \
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/ubuntu/obiam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RUN \
&& find ${WSO2_SERVER_HOME}/repository/components/lib -name "com.wso2.openbanking.*" -exec rm -rf {} \; \
# copy open banking artifacts
&& cp -r ${WSO2_OB_ACCELERATOR_DIR}/carbon-home/* ${WSO2_SERVER_HOME}/ \
&& find ${WSO2_SERVER_HOME}/repository/components/dropins -name "org.wso2.carbon.identity.application.authentication.handler.identifier-*" -exec rm -rf {} \; \
# 2. configure_iskm_connector
&& cp ${WSO2_OB_KM_EXTENSION}/dropins/* ${WSO2_SERVER_HOME}/repository/components/dropins/ \
&& cp ${WSO2_OB_KM_EXTENSION}/webapps/* ${WSO2_SERVER_HOME}/repository/deployment/server/webapps/ \
Expand Down

0 comments on commit ff5ce5e

Please sign in to comment.