Skip to content
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
6 changes: 3 additions & 3 deletions gcb/build/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ steps:
- ${_TOOL_REPO}
waitFor: [ '-' ]

- name: 'gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.8-1'
- name: 'gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.9-2'
id: prepare
dir: 'go/src/k8s.io/kubernetes'
args:
- make
- clean

- name: 'gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.8-1'
- name: 'gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.9-2'
id: build
dir: 'go/src/k8s.io/kubernetes'
args:
- make
- "${_RELEASE_TYPE}"

- name: 'gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.8-1'
- name: 'gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.9-2'
id: push-build
dir: 'go/src/k8s.io/kubernetes'
args:
Expand Down
2 changes: 1 addition & 1 deletion gcb/patch-announce/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
- "--branch=${_RELEASE_GIT_BRANCH}"

- id: prepare-and-send
name: "gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.8-1"
name: "gcr.io/k8s-staging-releng/k8s-cloud-builder:v1.13.9-2"
env:
- "SENDER_NAME=${_SENDER_NAME}"
- "SENDER_EMAIL=${_SENDER_EMAIL}"
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ARG DEBIAN_FRONTEND=noninteractive

##------------------------------------------------------------
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.8-1
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-2

RUN apt-get -q update

Expand Down