A simple docker container that can be used to install Cloud Pak for Integration v2020.4 on OpenShift 4.6 on the IBM Cloud to support the CP4I workshop https://github.com/IBM/cloudpakforintegration-workshop
The following are installed:
- API Connect
- App Connect Designer
- App Connect Dashboard
- MQ
- Apache Kafka (Strimzi)
- TraderLite App Operator
- Workshop Info app (Frodo Local)
Run via a docker
ENTRYPOINT
check: https://phoenixnap.com/kb/docker-cmd-vs-entrypoint if you are wondering why.
EXAMPLE:
docker run --entrypoint /scripts/run.sh quay.io/clouddragons/docker-cp4i-2020.4:latest "CLUSTER" "APIKEY" "ENTITLEMENT_KEY" "FRODO_LOCAL_IMAGE"
PARAMETERS
Name | Description |
---|---|
CLUSTER | OpenShift cluster name or id |
APIKEY | api key for OpenShift cluster account |
ENTITLEMENT_KEY | Can be found here |
FRODO_LOCAL_IMAGE | Image of Frodo Local app, defaults to quay.io/clouddragons/cp4i-workshop-mgr:2020.4 |
If you would like to see the detailed LICENSE click here.
- Author: David Carew carew@us.ibm.com
- Author: JJ Asghar awesome@ibm.com
Copyright:: 2020- IBM, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.