From e1140750327d9bb9eefd7d167c79ea3730d67425 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Fri, 27 Mar 2015 16:34:04 -0700 Subject: [PATCH] Create gcr.io image for Fluentd to Cloud Logging --- contrib/logging/fluentd-gcp-image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/logging/fluentd-gcp-image/Makefile b/contrib/logging/fluentd-gcp-image/Makefile index aff78fde953..10bde7d7abc 100644 --- a/contrib/logging/fluentd-gcp-image/Makefile +++ b/contrib/logging/fluentd-gcp-image/Makefile @@ -9,8 +9,8 @@ TAG = 1.2 build: - sudo docker build -t kubernetes/fluentd-gcp:$(TAG) . + docker build -t gcr.io/google-containers/fluentd-gcp:$(TAG) . push: - sudo docker push kubernetes/fluentd-gcp:$(TAG) + gcloud preview docker push gcr.io/google-containers/fluentd-gcp:$(TAG)