mirror of
https://github.com/kubernetes/minikube.git
synced 2025-02-06 10:25:01 +00:00
Use 'registry.k8s.io' instead of 'gcr.io/google-containers'
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
parent
9b036ce2bd
commit
0d214f4ff8
@ -118349,7 +118349,7 @@ data:
|
||||
autoUpdatePipelineDefaultVersion: "true"
|
||||
bucketName: mlpipeline
|
||||
cacheDb: cachedb
|
||||
cacheImage: gcr.io/google-containers/busybox
|
||||
cacheImage: registry.k8s.io/busybox
|
||||
cacheNodeRestrictions: "false"
|
||||
cronScheduleTimezone: UTC
|
||||
dbHost: mysql
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM gcr.io/google-containers/alpine-with-bash:1.0
|
||||
FROM registry.k8s.io/alpine-with-bash:1.0
|
||||
ARG ENV_A
|
||||
ARG ENV_B
|
||||
RUN echo "test-build-arg" $ENV_A $ENV_B
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM gcr.io/google-containers/alpine-with-bash:1.0
|
||||
FROM registry.k8s.io/alpine-with-bash:1.0
|
||||
ARG AAA
|
||||
RUN echo "test-build-arg" $AAA
|
||||
CMD ["/bin/sh", "-c"]
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM gcr.io/google-containers/alpine-with-bash:1.0
|
||||
FROM registry.k8s.io/alpine-with-bash:1.0
|
||||
|
||||
CMD ["/bin/sh", "-c"]
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM gcr.io/google-containers/alpine-with-bash:1.0
|
||||
FROM registry.k8s.io/alpine-with-bash:1.0
|
||||
|
||||
CMD ["/bin/sh", "-c"]
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM gcr.io/google-containers/alpine-with-bash:1.0
|
||||
FROM registry.k8s.io/alpine-with-bash:1.0
|
||||
|
||||
CMD ["/bin/sh", "-c"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user