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

Commit 3beec6c

Browse files
committed
hack/jenkins: use quay image for bootkube-e2e test
1 parent 20e0222 commit 3beec6c

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)