wm-private-cloud/Perform docker image build for webMethods based images
Perform docker image build for webMethods based images, including packages installation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | The docker build context | yes | — |
| dockerfile | The dockerfile to use for the build | yes | — |
| image-name | The full name of the image to build | yes | — |
| base-runtime | The base runtime image to use | no | — |
| builder-number | The build number to pass as buildnumber build-arg to the docker build process | no | — |
| extra-args | The extra arguments (build-args) to pass to the docker build process | no | — |
| wpm-registry-server | The webMethods packages registry server to use for pulling packages | no | https://packages.webmethods.io |
| custom-packages-org-url | The GitHub organization URL for pulling custom packages located in GitHub | no | — |
| wpm-registry | The webMethods packages registry to use from the webMethods packages registry server | no | licensed |
| wpm-registry-token | The webMethods packages registry authentication token | yes | — |
| packages | Packages to install, registered in the webMethods packages registry, seperated by space (e.g. 'WmPackage1 WmPackage2') | no | — |
| custom-packages | Custom Packages to install, located in the specified GitHub organization, seperated by space (e.g. 'CustomPackage1:main CustomPackage2:v1') | no | — |
Outputs
| name | description |
|---|---|
| image-name | The full name of the built image |
| image-repository | The repository part of the built image |
| image-tag | The tag part of the built image |