1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Switching to official docker images

This commit is contained in:
Sven Merk 2019-03-04 10:40:58 +01:00
parent 29a54db7c8
commit 617256cc09

View File

@ -270,7 +270,7 @@ steps:
- 'opensourceConfiguration'
maven:
buildDescriptorFile: './pom.xml'
dockerImage: 'docker.wdf.sap.corp:50000/piper/maven'
dockerImage: 'maven:3.5-jdk-7'
dockerWorkspace: '/home/piper'
agentFileName: 'wss-unified-agent.jar'
agentDownloadUrl: 'https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/${config.agentFileName}'
@ -281,7 +281,7 @@ steps:
- 'opensourceConfiguration'
npm:
buildDescriptorFile: './package.json'
dockerImage: 'docker.wdf.sap.corp:50000/piper/node'
dockerImage: 'node:11.10.1-stretch-slim'
dockerWorkspace: '/home/piper'
agentFileName: 'wss-unified-agent.jar'
agentDownloadUrl: 'https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/${config.agentFileName}'
@ -292,7 +292,7 @@ steps:
- 'opensourceConfiguration'
pip:
buildDescriptorFile: './setup.py'
dockerImage: 'docker.wdf.sap.corp:50000/piper/node'
dockerImage: 'python:3.7.2-slim-stretch'
dockerWorkspace: '/home/piper'
agentFileName: 'wss-unified-agent.jar'
agentDownloadUrl: 'https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/${config.agentFileName}'
@ -303,7 +303,7 @@ steps:
- 'opensourceConfiguration'
sbt:
buildDescriptorFile: './build.sbt'
dockerImage: 'docker.wdf.sap.corp:50000/piper/sbt'
dockerImage: 'hseeberger/scala-sbt:8u181_2.12.8_1.2.8'
dockerWorkspace: '/home/piper'
agentFileName: 'wss-unified-agent.jar'
agentDownloadUrl: 'https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/${config.agentFileName}'