mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
vendor updates
This commit is contained in:
4
vendor/k8s.io/kubernetes/examples/kubectl-container/Makefile
generated
vendored
4
vendor/k8s.io/kubernetes/examples/kubectl-container/Makefile
generated
vendored
@ -37,11 +37,11 @@ tag: .tag
|
||||
|
||||
container:
|
||||
$(if $(TAG),,$(error TAG is not defined. Use 'make tag' to see a suggestion))
|
||||
docker build --pull -t gcr.io/google_containers/kubectl:$(TAG) .
|
||||
docker build --pull -t staging-k8s.gcr.io/kubectl:$(TAG) .
|
||||
|
||||
push: container
|
||||
$(if $(TAG),,$(error TAG is not defined. Use 'make tag' to see a suggestion))
|
||||
gcloud docker -- push gcr.io/google_containers/kubectl:$(TAG)
|
||||
gcloud docker -- push staging-k8s.gcr.io/kubectl:$(TAG)
|
||||
|
||||
clean:
|
||||
rm -f kubectl
|
||||
|
Reference in New Issue
Block a user