Skip to content

Commit

Permalink
Merge pull request kubernetes#13391 from justaugustus/package-verify
Browse files Browse the repository at this point in the history
sig-release: Update images for deb/rpm verify jobs
  • Loading branch information
k8s-ci-robot authored Jul 10, 2019
2 parents f3f5f55 + 4e93448 commit 0d0a620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ periodics:
path_alias: k8s.io/release
spec:
containers:
- image: ubuntu:latest
- image: quay.io/k8s/release-tools:latest
imagePullPolicy: Always
command:
- make
Expand All @@ -111,7 +111,7 @@ periodics:
path_alias: k8s.io/release
spec:
containers:
- image: centos:latest
- image: quay.io/k8s/release-tools-centos:latest
imagePullPolicy: Always
command:
- make
Expand Down

0 comments on commit 0d0a620

Please sign in to comment.