From 3dc10a209ba457aa8fd28a5e0593e1608c6babc4 Mon Sep 17 00:00:00 2001 From: Muhammed Uluyol Date: Fri, 21 Aug 2015 11:36:22 -0700 Subject: [PATCH] Use gcr.io for proxy image --- build/common.sh | 2 +- cluster/addons/registry/images/Makefile | 6 +++--- .../salt/kube-registry-proxy/kube-registry-proxy.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/common.sh b/build/common.sh index b73b7f5d82..268277f12f 100755 --- a/build/common.sh +++ b/build/common.sh @@ -103,7 +103,7 @@ readonly KUBE_DOCKER_WRAPPED_BINARIES=( # The set of addons images that should be prepopulated readonly KUBE_ADDON_PATHS=( gcr.io/google_containers/pause:0.8.0 - uluyol/kube-registry-proxy:0.2.3 + gcr.io/google_containers/kube-registry-proxy:0.3 ) # --------------------------------------------------------------------------- diff --git a/cluster/addons/registry/images/Makefile b/cluster/addons/registry/images/Makefile index 17429b5032..bb776b656a 100644 --- a/cluster/addons/registry/images/Makefile +++ b/cluster/addons/registry/images/Makefile @@ -1,10 +1,10 @@ .PHONY: build push vet test clean -TAG = 0.2.3 -REPO = uluyol/kube-registry-proxy +TAG = 0.3 +REPO = gcr.io/google_containers/kube-registry-proxy build: docker build -t $(REPO):$(TAG) . push: - docker push $(REPO):$(TAG) + gcloud docker push $(REPO):$(TAG) diff --git a/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml b/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml index d19878e3b1..14f9225601 100644 --- a/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml +++ b/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml @@ -6,7 +6,7 @@ metadata: spec: containers: - name: kube-registry-proxy - image: uluyol/kube-registry-proxy:0.2.3 + image: gcr.io/google_containers/kube-registry-proxy:0.3 resources: limits: cpu: 100m