A simple project demonstrating how to create new MSR containers with various packages sourced with webMEthods package manager (wpm) from the webMethods package repository
You'll need to be able to pull the webMethods microservices runtime container from the IBM registry.
Contact your IBM support.
Package manager at https://packages.webmethods.io/
Create a package repository "token"
And we'll use it in our docker builds via the ENV variable WPM_TOKEN:
export WPM_TOKEN=<YOUR TOKEN HERE!!>
JDBC adapter package:
build-msr-jdbc.sh
IBM MQ adapter package:
build-msr-mq.sh
Both JDBC and MQ Adapter packages:
build-msr-both.sh
That's it, you now have 3 new MSR container with custom packages installed and available for your usage / development.