Skip to content

A simple project demonstrating how to create new MSR containers with various packages sourced with webMEthods package manager (wpm) from the webMethods package repository

Notifications You must be signed in to change notification settings

ibm-webmethods-demos/webmethods-msr-wpm-container-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webmethods-msr-wpm-container-demo

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.

Step 1 - Make sure you have access to the MSR container

Contact your IBM support.

Step 2 - Make sure you have access to the package manager repository

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!!>

Step 3 - Build the MSR containers with packages

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.

About

A simple project demonstrating how to create new MSR containers with various packages sourced with webMEthods package manager (wpm) from the webMethods package repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published