Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit e8573cb

Browse files
authored
Merge pull request #968 from rithujohn191/bootkube-e2e-image
hack/jenkins: use quay image for bootkube-e2e test
2 parents 20e0222 + 3beec6c commit e8573cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/jenkins/pipelines/bootkube-e2e/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
label "${JOB_NAME}-${BUILD_NUMBER}"
1010
containerTemplate {
1111
name 'default'
12-
image 'colemickens/bootkube-e2e:1520055055'
12+
image 'quay.io/coreos/bootkube-e2e-builder:v0.1'
1313
ttyEnabled true
1414
command 'cat'
1515
}

0 commit comments

Comments
 (0)