• Stars
    star
    194
  • Rank 198,649 (Top 4 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, etc)

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, kubeseal, etc)

If enjoy, please consider buying me a coffee.

kubernetes docker images with necessary tools

DockerHub Badge

Notes

(1) There is no latest tag for this image

(2) If you need more tools to be added, raise tickets in issues.

(3) This image supports linux/amd64,linux/arm64 platforms now, updated on 15th Feb 2023 with #54

Installed tools

Github Repo

https://github.com/alpine-docker/k8s

build logs

https://app.circleci.com/pipelines/github/alpine-docker/k8s

Docker image tags

https://hub.docker.com/r/alpine/k8s/tags/

Why we need it

Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment

kubectl versions

You should check in kubernetes versions, it lists the kubectl latest minor versions and used as image tags.

Involve with developing and testing

If you want to build these images by yourself, please follow below commands.

export REBUILD=true
# comment the line in file "build.sh" to stop image push:  docker push ${image}:${tag}
bash ./build.sh

Second thinking, if you are adding a new tool, make sure it is supported in both linux/amd64,linux/arm64 platforms

Weekly build

Automation build job runs weekly by Circle CI Pipeline.

More Repositories

1

git

A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager.
Shell
152
star
2

socat

[Archived] Run socat command in alpine container - follow up project at https://github.com/alpine-docker/multi-arch-libs/tree/master/socat
Shell
105
star
3

helm

Auto-trigger docker build for kubernetes helm when new release is announced
Shell
80
star
4

terragrunt

Auto-trigger docker build for terragrunt when new terraform version released
Shell
35
star
5

multi-arch-docker-images

mutli-arch docker images, such as linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/amd64,linux/ppc64le,linux/s390x
Shell
16
star
6

httpie

[Archived] httpie running in docker alpine (python3+pip3+alpine+httpie). Follow up repo at https://github.com/alpine-docker/multi-arch-libs/tree/master/httpie
Shell
8
star
7

make

a simple container to run make command directly
Dockerfile
4
star
8

openssl

[Archived] run openssl in alpine image
Shell
3
star
9

doctl

DigitalOcean command line with kubernetes and helm
Shell
3
star
10

bundle-terraform-awspec

This is a special version to build a docker image to run awspec test for terraform projects.
Dockerfile
2
star
11

greengrass

AWS IoT Greengrass Docker Software
Shell
2
star
12

bundler

Auto-trigger docker build for bundler when new ruby release is announced
Shell
2
star
13

gcloud

(NOT READY) Auto-trigger docker build for gcloud (google cloud command line) when new release is announced
Dockerfile
2
star
14

flake8

[Archived] Auto-trigger docker build for fake8 , follow up project at https://github.com/alpine-docker/multi-arch-libs/tree/master/flake8
Shell
2
star
15

docker-with-buildx

Docker image with buildx preinstalled
Dockerfile
1
star
16

ansible

Shell
1
star
17

cfn

related cloudformation template tools, such as linter, convert, etc.
Dockerfile
1
star