Skip to content

Commit

Permalink
Merge pull request #20331 from liangyuanpeng/cleanup_old_registry
Browse files Browse the repository at this point in the history
Use 'registry.k8s.io' instead of 'gcr.io/google-containers'
  • Loading branch information
medyagh authored Feb 4, 2025
2 parents 32ee65d + 0d214f4 commit cf3ab2a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/addons/kubeflow/kubeflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/testdata/image-build/test-arg/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/testdata/image-build/test-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]
Original file line number Diff line number Diff line change
@@ -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"]
Original file line number Diff line number Diff line change
@@ -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"]
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit cf3ab2a

Please sign in to comment.