1
0
Fork 0

updated node container and removed alpine containers

This commit is contained in:
sido 2018-08-01 22:36:02 +02:00
parent 6a77c1e688
commit 59e42a3048
1 changed files with 5 additions and 12 deletions

View File

@ -216,6 +216,8 @@ jenkins:
Containers:
maven:
Image: "registry.webhosting.rug.nl/molgenis/maven"
ImageTag: lts
AlwaysPullImage: true
Command: cat
WorkingDir: /home/jenkins
TTY: true
@ -223,11 +225,6 @@ jenkins:
requests:
cpu: "1"
memory: "4Gi"
alpine:
Image: "spotify/alpine"
Command: cat
WorkingDir: /home/jenkins
TTY: true
EnvVars:
- type: Secret
key: PGP_PASSPHRASE
@ -257,13 +254,9 @@ jenkins:
NodeUsageMode: EXCLUSIVE
Containers:
node:
Image: "node"
ImageTag: carbon
Command: cat
WorkingDir: /home/jenkins
TTY: true
alpine:
Image: "spotify/alpine"
Image: "registry.webhosting.rug.nl/molgenis/node"
ImageTag: lts
AlwaysPullImage: true
Command: cat
WorkingDir: /home/jenkins
TTY: true