File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1919 WEBMETHODS_BASE_REGISTRY : ibmwebmethods.azurecr.io
2020 WEBMETHODS_BASE_REPOSITORY : webmethods-microservicesruntime
2121 WEBMETHODS_BASE_TAG : " 11.1.0.5"
22+
23+ # # Download url is at: https://www.ibm.com/resources/mrs/assets/mrs_landing_page?source=wpm&lang=en_US
24+ WPM_DOWNLOAD_URI : " https://www14.software.ibm.com/sdfdl/v2/regic/fr110574/Xa.2/Xb.MlmXDI-K-4mSoVbC8ikb_5TbjEzMqtKms9qaq7rxKMU/Xc.wpm.zip/Xd./Xf.lPr.D1vk/Xg.13576452/Xi.wpm/XY.regsrvs/XZ.KCet1GiqRfXEcORt9EzCPILjeWJDqAVx/wpm.zip"
25+
2226 WPM_PACKAGES : WmJDBCAdapter:v10.3.8.21 WmMQAdapter:v6.5.5.52 WmCloudStreams:v11.1.0
2327
2428jobs :
3539 - name : Checkout repository
3640 uses : actions/checkout@v5
3741
42+ - name : Install tools on the builder instance
43+ run : |
44+ sudo apt-get update
45+ sudo apt-get install -y unzip curl
46+
3847 - name : Set up QEMU
3948 uses : docker/setup-qemu-action@v3
4049
7281 type=sha
7382 type=match,pattern=v(.*),group=1
7483
84+ - name : Download file
85+ run : |
86+ curl -o wpm.zip ${{ env.WPM_DOWNLOAD_URI }} && unzip wpm.zip
87+
7588 # Build and push Docker image with Buildx
7689 # https://github.com/docker/build-push-action
7790 - name : Build and push Docker image
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments