Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump bootstrap image references #22849

Merged
merged 2 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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