-
Notifications
You must be signed in to change notification settings - Fork 216
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 #176 from wso2/2.6.x
Merge 2.6.x into master
- Loading branch information
Showing
84 changed files
with
4,562 additions
and
2,487 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 |
---|---|---|
|
@@ -22,5 +22,9 @@ hs_err_pid* | |
*.iml | ||
|
||
rat.txt | ||
|
||
# exclude everything | ||
**/files/* | ||
|
||
# exception to the rule | ||
!**/files/.gitkeep |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project 2.6.x per each release will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
- WSO2 API Manager v2.6.x Docker resources for Alpine, CentOS, Ubuntu | ||
- WSO2 API Manager Analytics v2.6.x Docker resources for Alpine, CentOS, Ubuntu | ||
- WSO2 API Manager Identity Server as Key Manager v5.7.x Docker resources for Alpine, CentOS, Ubuntu | ||
- Docker Compose resources for WSO2 API Management |
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 |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# Docker Resources for WSO2 API Manager | ||
# Docker Resources for WSO2 API Management | ||
|
||
This repository contains following Docker artifacts, for trying out WSO2 API Manager on plain Docker: | ||
- WSO2 API Manager Dockerfile | ||
- WSO2 API Manager Analytics Dockerfile | ||
- WSO2 API Manager Docker Compose Templates | ||
This repository contains following Docker resources: | ||
|
||
The WSO2 API Manager and API Manager Analytics Dockerfiles build generic Docker images <br> | ||
for deploying API Manager and API Manager Analytics in containerized environments. They<br> | ||
include the JDK, product distributions and a collection of utility libraries. Configurations, JDBC<br> | ||
driver, extensions and other deployable artifacts are designed to be provided via volume mounts. | ||
- WSO2 API Manager Dockerfile for Ubuntu | ||
- WSO2 API Manager Analytics Dockerfile for Ubuntu | ||
- WSO2 API Manager Identity Server as Key Manager Dockerfile for Ubuntu | ||
- Docker Compose files to evaluate most common deployment profiles | ||
|
||
The Docker Compose templates have been created according to standard API Manager deployment patterns | ||
for allowing users to evaluate the product and understand the deployment architecture in depth. | ||
Docker resources for WSO2 API Manager, WSO2 API Manager Analytics and WSO2 API Manager Identity Server as Key Manager | ||
help you build generic Docker images for deploying the corresponding product servers in containerized environments. | ||
Each Docker image includes the JDK, the relevant product distribution and a collection of utility libraries.Configurations, custom JDBC | ||
drivers other than the default MySQL JDBC driver provided, extensions and other deployable artifacts are designed to be | ||
provided via volume mounts to the containers spawned. | ||
|
||
## Note | ||
For running a containerized WSO2 API Manager deployment in production, its recommended to use a<br> | ||
container cluster manager such as Kubernetes/Openshift. Please refer [APIM Kubernetes Artifacts](https://github.com/wso2/kubernetes-apim/) repository. | ||
Docker Compose files have been created according to the most common API Manager deployment profiles available for allowing users to quickly evaluate | ||
product features along side their co-operate API management requirements. The Compose files make use of | ||
Docker images of WSO2 API Manager, WSO2 API Manager Analytics, WSO2 API Manager Identity Server as Key Manager and MySQL. | ||
|
||
**Change log** from previous v2.6.0.1 release: [View Here](CHANGELOG.md) |
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
Oops, something went wrong.