After Travis CI adjusts their plan, we don't have enough free credit to run the build. So daily build has been adjusted to weekly. If you don't get latest version, please wait for one week.
kubernetes images with necessary tools for AWS EKS, it can be used as normal kubectl tool as well.
AWS EKS maintains special kubernetes versions to its managed service. This repo and its built images are used to simplify the way on how easily you can deploy applicaitons with it
Currently (on 28th May 2021), the support kubernetes versions are
1.20.4
1.19.8
1.18.16
1.17.17
1.16.15
If you need support new versions, after AWS EKS released, please raise PR to update the versions in .travis.yml
- kubectl (eks versions: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html)
- kustomize (latest release: https://github.com/kubernetes-sigs/kustomize/releases/latest)
- helm (latest release: https://github.com/helm/helm/releases/latest)
- helm-diff (latest commit)
- helm-unittest (latest commit)
- helm-push (latest commit)
- aws-iam-authenticator (latest version when run the build)
- eksctl (latest version when run the build)
- awscli v1 (latest version when run the build)
- kubeseal (latest version when run the build)
- General tools, such as bash, curl
https://github.com/alpine-docker/k8s
https://travis-ci.com/alpine-docker/k8s
https://hub.docker.com/r/alpine/k8s/tags/
Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment
You should check in file .travis.yml, it lists the kubectl version and used as image tags.
If you want to build these images by yourself, please follow below commands.
export tag=1.13.12
bash ./build.sh
Then you need adjust the tag to other kubernetes version and run the build script again.