mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
move images from gcr.io to quay.io
This commit is contained in:
@@ -12,11 +12,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
.PHONY: build
|
||||
.PHONY: build push
|
||||
|
||||
PREFIX = gcr.io/fluentd-elasticsearch
|
||||
PREFIX = quay.io/fluentd_elasticsearch
|
||||
IMAGE = elasticsearch
|
||||
TAG = v6.7.2
|
||||
|
||||
build:
|
||||
gcloud builds submit --tag ${PREFIX}/${IMAGE}:${TAG}
|
||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||
|
||||
push:
|
||||
docker push ${PREFIX}/${IMAGE}:${TAG}
|
||||
|
||||
Reference in New Issue
Block a user