s/gcloud preview docker/gcloud docker/

pull/6/head
Tim St. Clair 2015-06-18 12:18:53 -07:00
parent 798739f013
commit f5830edbbc
27 changed files with 30 additions and 30 deletions

View File

@ -8,6 +8,6 @@ build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push: build
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
gcloud docker push gcr.io/google_containers/$(IMAGE):$(TAG)
all: push

View File

@ -16,7 +16,7 @@ container: kube2sky
docker build -t $(PREFIX)/kube2sky:$(TAG) .
push:
gcloud preview docker push $(PREFIX)/kube2sky:$(TAG)
gcloud docker push $(PREFIX)/kube2sky:$(TAG)
clean:
rm -f kube2sky

View File

@ -7,7 +7,7 @@ container: skydns
sudo docker build -t gcr.io/google_containers/skydns .
push:
sudo gcloud preview docker push gcr.io/google_containers/skydns
sudo gcloud docker push gcr.io/google_containers/skydns
clean:
rm -f skydns

View File

@ -7,7 +7,7 @@ build: elasticsearch_logging_discovery
docker build -t gcr.io/google_containers/elasticsearch:$(TAG) .
push:
gcloud preview docker push gcr.io/google_containers/elasticsearch:$(TAG)
gcloud docker push gcr.io/google_containers/elasticsearch:$(TAG)
elasticsearch_logging_discovery:
go build elasticsearch_logging_discovery.go

View File

@ -7,4 +7,4 @@ build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push:
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
gcloud docker push gcr.io/google_containers/$(IMAGE):$(TAG)

View File

@ -6,4 +6,4 @@ build:
docker build -t gcr.io/google_containers/kibana:$(TAG) .
push:
gcloud preview docker push gcr.io/google_containers/kibana:$(TAG)
gcloud docker push gcr.io/google_containers/kibana:$(TAG)

View File

@ -34,4 +34,4 @@ build:
push:
gcloud preview docker push gcr.io/google_containers/fluentd-gcp:$(TAG)
gcloud docker push gcr.io/google_containers/fluentd-gcp:$(TAG)

View File

@ -16,6 +16,6 @@ build: clean
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push: build
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
gcloud docker push gcr.io/google_containers/$(IMAGE):$(TAG)
all: push

View File

@ -7,6 +7,6 @@ all:
curl -O https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/hyperkube
sed -i "s/VERSION/${VERSION}/g" master-multi.json master.json
docker build -t gcr.io/google_containers/hyperkube:${VERSION} .
gcloud preview docker push gcr.io/google_containers/hyperkube:${VERSION}
gcloud docker push gcr.io/google_containers/hyperkube:${VERSION}
.PHONY: all

View File

@ -11,7 +11,7 @@ LOCAL_OUTPUT_DIR=../../../_output/local
release: clean
curl -O https://storage.googleapis.com/kubernetes-release/release/${VERSION}/${BIN_DIR}/kubelet
docker build -t gcr.io/google_containers/kubelet:${VERSION} .
gcloud preview docker push gcr.io/google_containers/kubelet:${VERSION}
gcloud docker push gcr.io/google_containers/kubelet:${VERSION}
local: clean
cp ${LOCAL_OUTPUT_DIR}/${BIN_DIR}/kubelet .

View File

@ -8,7 +8,7 @@ VERSION=v2
all:
docker build -t gcr.io/google_containers/nginx:${VERSION} .
gcloud preview docker push gcr.io/google_containers/nginx:${VERSION}
gcloud docker push gcr.io/google_containers/nginx:${VERSION}
.PHONY: all

View File

@ -10,8 +10,8 @@ container: serve_hostname
sudo docker tag gcr.io/google_containers/serve_hostname:$(TAG) gcr.io/_b_k8s_authenticated_test/serve_hostname:$(TAG)
push:
gcloud preview docker push gcr.io/google_containers/serve_hostname:$(TAG)
gcloud preview docker push gcr.io/_b_k8s_authenticated_test/serve_hostname:$(TAG)
gcloud docker push gcr.io/google_containers/serve_hostname:$(TAG)
gcloud docker push gcr.io/_b_k8s_authenticated_test/serve_hostname:$(TAG)
clean:
rm -f serve_hostname

View File

@ -7,7 +7,7 @@ container: test-webserver
sudo docker build -t gcr.io/google_containers/test-webserver .
push: container
gcloud preview docker push gcr.io/google_containers/test-webserver
gcloud docker push gcr.io/google_containers/test-webserver
clean:
rm -f test-webserver

View File

@ -5,4 +5,4 @@ image:
docker build -t gcr.io/google_containers/dnsutils .
push:
gcloud preview docker push gcr.io/google_containers/dnsutils
gcloud docker push gcr.io/google_containers/dnsutils

View File

@ -9,7 +9,7 @@ image: mt
sudo docker build -t gcr.io/google_containers/mounttest:$(TAG) .
push: image
gcloud preview docker push gcr.io/google_containers/mounttest:$(TAG)
gcloud docker push gcr.io/google_containers/mounttest:$(TAG)
clean:
rm -f mt

View File

@ -10,7 +10,7 @@ container: webserver
docker build -t gcr.io/google_containers/nettest:$(TAG) .
push: container
gcloud preview docker push gcr.io/google_containers/nettest:$(TAG)
gcloud docker push gcr.io/google_containers/nettest:$(TAG)
clean:
rm -f webserver

View File

@ -25,7 +25,7 @@ container:
push:
$(if $(TAG),,$(error TAG is not defined. Use 'make tag' to see a suggestion))
gcloud preview docker push $(REPO)/porter:$(TAG)
gcloud docker push $(REPO)/porter:$(TAG)
clean:
rm -f porter

View File

@ -7,7 +7,7 @@ container:
docker tag gcr.io/google_containers/volume-gluster gcr.io/google_containers/volume-gluster:$(TAG) # Add the version tag to the latest image
push: container
gcloud preview docker push gcr.io/google_containers/volume-gluster # Push image tagged as latest to repository
gcloud preview docker push gcr.io/google_containers/volume-gluster:$(TAG) # Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
gcloud docker push gcr.io/google_containers/volume-gluster # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-gluster:$(TAG) # Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
clean:

View File

@ -7,7 +7,7 @@ container:
docker tag gcr.io/google_containers/volume-nfs gcr.io/google_containers/volume-nfs:$(TAG) # Add the version tag to the latest image
push: container
gcloud preview docker push gcr.io/google_containers/volume-nfs # Push image tagged as latest to repository
gcloud preview docker push gcr.io/google_containers/volume-nfs:$(TAG) # Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
gcloud docker push gcr.io/google_containers/volume-nfs # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-nfs:$(TAG) # Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
clean:

View File

@ -6,4 +6,4 @@ build:
docker build -t gcr.io/google_containers/fluentd-sidecar-es:$(TAG) .
push:
gcloud preview docker push gcr.io/google_containers/fluentd-sidecar-es:$(TAG)
gcloud docker push gcr.io/google_containers/fluentd-sidecar-es:$(TAG)

View File

@ -6,4 +6,4 @@ build:
docker build -t gcr.io/google_containers/fluentd-sidecar-gcp:$(TAG) .
push:
gcloud preview docker push gcr.io/google_containers/fluentd-sidecar-gcp:$(TAG)
gcloud docker push gcr.io/google_containers/fluentd-sidecar-gcp:$(TAG)

View File

@ -15,7 +15,7 @@ container: podmaster
docker build -t gcr.io/google_containers/podmaster:$(TAG) .
push: container
gcloud preview docker push gcr.io/google_containers/podmaster:$(TAG)
gcloud docker push gcr.io/google_containers/podmaster:$(TAG)
clean:
rm -f podmaster

View File

@ -7,7 +7,7 @@ backend container.
GCR
---
docker build -t gcr.io/<project-name>/show .
gcloud preview docker push gcr.io/<project-name>/show
gcloud docker push gcr.io/<project-name>/show
Docker Hub
----------

View File

@ -10,7 +10,7 @@ container: explorer
docker build -t gcr.io/google_containers/explorer:$(TAG) .
push: container
gcloud preview docker push gcr.io/google_containers/explorer:$(TAG)
gcloud docker push gcr.io/google_containers/explorer:$(TAG)
clean:
rm -f explorer

View File

@ -23,7 +23,7 @@ container:
push: container
$(if $(TAG),,$(error TAG is not defined. Use 'make tag' to see a suggestion))
gcloud preview docker push gcr.io/google_containers/kubectl:$(TAG)
gcloud docker push gcr.io/google_containers/kubectl:$(TAG)
clean:
rm -f kubectl

View File

@ -7,7 +7,7 @@ container: server
docker build -t gcr.io/google_containers/liveness .
push: container
gcloud preview docker push gcr.io/google_containers/liveness
gcloud docker push gcr.io/google_containers/liveness
clean:
rm -f server

View File

@ -92,7 +92,7 @@ your app image with your project ID, and push to GCR. Replace
`<project>` with your project ID.
```
docker tag my-meteor gcr.io/<project>/my-meteor
gcloud preview docker push gcr.io/<project>/my-meteor
gcloud docker push gcr.io/<project>/my-meteor
```
Running