From 6f06af58221eb81c285b3bf5cdd79232a3de0519 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 25 Aug 2020 15:11:33 +0200 Subject: [PATCH] Remove references to Docker Hub From November 1 on, Docker will limit unauthenticated pulls to 100 layers per 6 hours. This will certainly cause problems for people pulling the node-exporter from the Docker Hub. Especially in Kubernetes scenarios where ImagePullPolicy=Always is common practice and often even enforced by running the AlwaysPullImages admission controller. See: https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/ Therefor we should stop advertising Docker Hub and rather suggest users to use quay.io Signed-off-by: Johannes 'fish' Ziemke --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17a4b1fd..e5cbc794 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ [![CircleCI](https://circleci.com/gh/prometheus/node_exporter/tree/master.svg?style=shield)][circleci] [![Buildkite status](https://badge.buildkite.com/94a0c1fb00b1f46883219c256efe9ce01d63b6505f3a942f9b.svg)](https://buildkite.com/prometheus/node-exporter) -[![Docker Repository on Quay](https://quay.io/repository/prometheus/node-exporter/status)][quay] -[![Docker Pulls](https://img.shields.io/docker/pulls/prom/node-exporter.svg?maxAge=604800)][hub] +[![Container Repository](https://quay.io/repository/prometheus/node-exporter/status)][quay] [![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/node_exporter)][goreportcard] Prometheus exporter for hardware and OS metrics exposed by \*NIX kernels, written @@ -224,7 +223,6 @@ On some systems, the `timex` collector requires an additional Docker flag, There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases. [travis]: https://travis-ci.org/prometheus/node_exporter -[hub]: https://hub.docker.com/r/prom/node-exporter/ -[circleci]: https://circleci.com/gh/prometheus/node_exporter [quay]: https://quay.io/repository/prometheus/node-exporter +[circleci]: https://circleci.com/gh/prometheus/node_exporter [goreportcard]: https://goreportcard.com/report/github.com/prometheus/node_exporter