Skip to content

Commit

Permalink
Fixes badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Quintanilha committed Aug 17, 2020
1 parent dc7c125 commit 9e67d5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[![Build status](https://img.shields.io/github/workflow/status/topfreegames/kubectl-docker-image/Publish%20new%20Docker%20image)](https://github.com/topfreegames/kubectl-docker-image/actions)

[![Docker Repository on Docker Hub](https://img.shields.io/badge/Docker%20Hub-ready-%23099cec)](https://hub.docker.com/r/tfgco/kubectl)
[![Docker Repository on Quay](https://img.shields.io/badge/Quay.io-ready-%23BE0000)](https://quay.io/repository/tfgco/kubectl)
[![Normal Docker Image Size](https://img.shields.io/docker/v/tfgco/kubectl/latest?label=normal%20version&color=blue)](https://hub.docker.com/r/tfgco/kubectl)
[![Aws-cli Docker Image Size](https://img.shields.io/docker/v/tfgco/kubectl/aws-cli?label=aws-cli%20version&color=yellow)](https://hub.docker.com/r/tfgco/kubectl)
[![Normal Docker Image Size](https://img.shields.io/docker/image-size/tfgco/kubectl/latest?label=normal%20image%20size&color=lightgray)](https://hub.docker.com/r/tfgco/kubectl)
[![Aws-cli Docker Image Size](https://img.shields.io/docker/image-size/tfgco/kubectl/aws-cli?label=aws-cli%20image%20size&color=lightgray)](https://hub.docker.com/r/tfgco/kubectl)

# Kubectl Image

Kubectl and other minor tools installed in an alpine based image. Used for kubernetes deployments in CI/CD pipelines
Kubectl and other minor tools installed in an alpine based image. Used for kubernetes deployments in CI/CD pipelines.

Current tools:

Expand All @@ -24,7 +19,12 @@ Current tools:

On the aws-cli version we also includes the aws-cli v2 in it.

**Check other branches** for different tags with other tools, like cli from cloud providers, etc..
### Latest versions

[![Normal Docker Image Size](https://img.shields.io/docker/v/tfgco/kubectl/latest?label=normal%20version&color=blue)](https://hub.docker.com/r/tfgco/kubectl)
[![Aws-cli Docker Image Size](https://img.shields.io/docker/v/tfgco/kubectl/aws-cli?label=aws-cli%20version&color=yellow)](https://hub.docker.com/r/tfgco/kubectl)
[![Normal Docker Image Size](https://img.shields.io/docker/image-size/tfgco/kubectl/latest?label=normal%20image%20size&color=lightgray)](https://hub.docker.com/r/tfgco/kubectl)
[![Aws-cli Docker Image Size](https://img.shields.io/docker/image-size/tfgco/kubectl/aws-cli?label=aws-cli%20image%20size&color=lightgray)](https://hub.docker.com/r/tfgco/kubectl)

## Hosted at

Expand Down

0 comments on commit 9e67d5f

Please sign in to comment.