mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
base-images: Update to kube-cross:v1.13.9-5
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
7937aa60a3
commit
b5117ae8b5
@ -1 +1 @@
|
|||||||
v1.13.9-2
|
v1.13.9-5
|
||||||
|
@ -133,6 +133,13 @@ dependencies:
|
|||||||
- path: build/workspace.bzl
|
- path: build/workspace.bzl
|
||||||
match: tag =
|
match: tag =
|
||||||
|
|
||||||
|
- name: "k8s.gcr.io/kube-cross: dependents"
|
||||||
|
version: v1.13.9-5
|
||||||
|
refPaths:
|
||||||
|
- path: build/build-image/cross/VERSION
|
||||||
|
- path: test/images/sample-apiserver/Dockerfile
|
||||||
|
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/kube-cross:v\d+\.\d+\.\d+-\d+
|
||||||
|
|
||||||
- name: "k8s.gcr.io/pause"
|
- name: "k8s.gcr.io/pause"
|
||||||
version: 3.3
|
version: 3.3
|
||||||
refPaths:
|
refPaths:
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
ARG BASEIMAGE
|
ARG BASEIMAGE
|
||||||
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-2 as build_k8s_1_17_sample_apiserver
|
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-5 as build_k8s_1_17_sample_apiserver
|
||||||
|
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
|
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user