Skip to content

Commit b5117ae

Browse files
committed
base-images: Update to kube-cross:v1.13.9-5
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 7937aa6 commit b5117ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.9-2
1+
v1.13.9-5

build/dependencies.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ dependencies:
133133
- path: build/workspace.bzl
134134
match: tag =
135135

136+
- name: "k8s.gcr.io/kube-cross: dependents"
137+
version: v1.13.9-5
138+
refPaths:
139+
- path: build/build-image/cross/VERSION
140+
- path: test/images/sample-apiserver/Dockerfile
141+
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/kube-cross:v\d+\.\d+\.\d+-\d+
142+
136143
- name: "k8s.gcr.io/pause"
137144
version: 3.3
138145
refPaths:

test/images/sample-apiserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASEIMAGE
16-
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-2 as build_k8s_1_17_sample_apiserver
16+
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-5 as build_k8s_1_17_sample_apiserver
1717

1818
ENV GOPATH /go
1919
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin

0 commit comments

Comments
 (0)