A simple Alpine linux container image with kubectl, helm, oh-my-bash installed
Use following commands to build & push to Quay.io
docker build --pull -t quay.io/enterprisecoding/kube-shell:latest .
docker push quay.io/enterprisecoding/kube-shell:latest