Use a generic Quay badge link, decoupled from builds

* Official container image builds are performed by internal
automation, not Quay or Dockerhub. Quay and Dockerhub builds
are meant only for those requiring verification, a failure
should not appear on the README
* In this case, Quay fails due to Dockerhub rate limits
which we'll ignore for now
This commit is contained in:
Dalton Hubble
2020-12-03 01:11:15 -08:00
parent 60fe2d62c7
commit 107a212f20

View File

@@ -1,4 +1,4 @@
# Kubelet [![Docker Repository on Quay](https://quay.io/repository/poseidon/kubelet/status "Image Repository on Quay")](https://quay.io/repository/poseidon/kubelet) [![Dockerhub](https://img.shields.io/badge/container-dockerhub-blue)](https://hub.docker.com/r/psdn/kubelet)
# Kubelet [![Quay](https://img.shields.io/badge/container-quay-green)](https://quay.io/repository/poseidon/kubelet) [![Dockerhub](https://img.shields.io/badge/container-dockerhub-blue)](https://hub.docker.com/r/psdn/kubelet)
`kubelet` provides a [container image](https://quay.io/repository/poseidon/kubelet) packaging the upstream Kubernetes `kubelet` and dependencies, for use on container-optimized OS distributions. `kubelet` is a component of the [Typhoon](https://github.com/poseidon/typhoon) Kubernetes distribution.