mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Drop the beta for GCR v2 images.
beta.gcr.io is no longer needed to pull through v2.
This commit is contained in:
@@ -4,7 +4,7 @@ IMAGE = fluentd-elasticsearch
|
||||
TAG = 1.12
|
||||
|
||||
build:
|
||||
docker build -t beta.gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
|
||||
push:
|
||||
gcloud docker --server=beta.gcr.io push beta.gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
gcloud docker --server=gcr.io push gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
|
Reference in New Issue
Block a user