Use gcr.io for proxy image

pull/6/head
Muhammed Uluyol 2015-08-21 11:36:22 -07:00
parent 2fb4e7b7a4
commit 3dc10a209b
3 changed files with 5 additions and 5 deletions

View File

@ -103,7 +103,7 @@ readonly KUBE_DOCKER_WRAPPED_BINARIES=(
# The set of addons images that should be prepopulated # The set of addons images that should be prepopulated
readonly KUBE_ADDON_PATHS=( readonly KUBE_ADDON_PATHS=(
gcr.io/google_containers/pause:0.8.0 gcr.io/google_containers/pause:0.8.0
uluyol/kube-registry-proxy:0.2.3 gcr.io/google_containers/kube-registry-proxy:0.3
) )
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------

View File

@ -1,10 +1,10 @@
.PHONY: build push vet test clean .PHONY: build push vet test clean
TAG = 0.2.3 TAG = 0.3
REPO = uluyol/kube-registry-proxy REPO = gcr.io/google_containers/kube-registry-proxy
build: build:
docker build -t $(REPO):$(TAG) . docker build -t $(REPO):$(TAG) .
push: push:
docker push $(REPO):$(TAG) gcloud docker push $(REPO):$(TAG)

View File

@ -6,7 +6,7 @@ metadata:
spec: spec:
containers: containers:
- name: kube-registry-proxy - name: kube-registry-proxy
image: uluyol/kube-registry-proxy:0.2.3 image: gcr.io/google_containers/kube-registry-proxy:0.3
resources: resources:
limits: limits:
cpu: 100m cpu: 100m