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