mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Update gcloud docker
commands to use gcloud docker -- ARGS
We can then avoid the following warning: ``` WARNING: The '--' argument must be specified between gcloud specific args on the left and DOCKER_ARGS on the right. IMPORTANT: previously, commands allowed the omission of the --, and unparsed arguments were treated as implementation args. This usage is being deprecated and will be removed in March 2017. This will be strictly enforced in March 2017. Use 'gcloud beta docker' to see new behavior. ``` Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
# 4. Test etc.
|
||||
# 5. Issue PR.
|
||||
# 6. When PR is approved make the gcr.io version of the image: make build push
|
||||
# 7. Revert the referendes to kubernetes/fluentd-gcp:$(TAG) to gcr.io/google_containers/fluentd-gcp:$(TAG)
|
||||
# 7. Revert the referendes to kubernetes/fluentd-gcp:$(TAG) to gcr.io/google_containers/fluentd-gcp:$(TAG)
|
||||
|
||||
.PHONY: kbuild kpush
|
||||
|
||||
@@ -47,4 +47,4 @@ build:
|
||||
|
||||
|
||||
push:
|
||||
gcloud docker push gcr.io/google_containers/fluentd-gcp:$(TAG)
|
||||
gcloud docker -- push gcr.io/google_containers/fluentd-gcp:$(TAG)
|
||||
|
Reference in New Issue
Block a user