Skip to content

Commit

Permalink
Merge pull request #22849 from spiffxp/bump-bootstrap-images
Browse files Browse the repository at this point in the history
bump bootstrap image references
  • Loading branch information
k8s-ci-robot authored Jul 9, 2021
2 parents f607a86 + f0f5691 commit 09116fb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/jobs/cadvisor/cadvisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
- image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
args:
- --repo=github.com/google/cadvisor
- --root=/go/src
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
- image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
command:
- runner.sh
args:
Expand Down Expand Up @@ -36,7 +36,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
- image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
args:
- --repo=k8s.io/kubernetes
- --repo=k8s.io/release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-stable3
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-stable2
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-stable1
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ periodics:
testgrid-tab-name: build-and-push-k8s-at-golang-tip
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
- image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
command:
- runner.sh
- /workspace/scenarios/execute.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ presubmits:
testgrid-tab-name: pull-perf-tests-util-images
spec:
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
- image: gcr.io/k8s-testimages/bootstrap:v20210709-5168b64
command:
- runner.sh
- /workspace/scenarios/execute.py
Expand Down
2 changes: 1 addition & 1 deletion images/kubekins-e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ARG OLD_BAZEL_VERSION
FROM launcher.gcr.io/google/bazel:${OLD_BAZEL_VERSION} as old
FROM gcr.io/k8s-testimages/bootstrap:v20210707-0f9c540
FROM gcr.io/k8s-testimages/bootstrap:v20210709-5168b64

# hint to kubetest that it is in CI
ENV KUBETEST_IN_DOCKER="true"
Expand Down

0 comments on commit 09116fb

Please sign in to comment.