https://github.com/ventx/jenkins-kube-helm
jenkins with kubectl, helm and awscli installed.
https://github.com/ventx/jenkins-kube-helm
aws-cli awscli docker dockerfile helm jenkins jenkins-plugin kubectl
Last synced: about 1 month ago
JSON representation
jenkins with kubectl, helm and awscli installed.
- Host: GitHub
- URL: https://github.com/ventx/jenkins-kube-helm
- Owner: ventx
- License: mit
- Created: 2018-10-08T08:06:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T12:50:22.000Z (over 5 years ago)
- Last Synced: 2025-02-16T23:14:26.350Z (over 1 year ago)
- Topics: aws-cli, awscli, docker, dockerfile, helm, jenkins, jenkins-plugin, kubectl
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Jenkins master image with awscli, bash, curl, docker, helm, jq and kubectl installed.
Based on: [jenkins/jenkins](https://hub.docker.com/r/jenkins/jenkins/)
## Docker Hub
[ventx/jenkins-kube-helm](https://cloud.docker.com/u/ventx/repository/docker/ventx/jenkins-kube-helm)
# Docker image
* OS: Debian
* Version: Strech
# Installed Packages via apt
* [bash](https://packages.debian.org/stretch/bash)
* [curl](https://packages.debian.org/stretch/curl)
* [jq](https://packages.debian.org/stretch/jq)
# Installed Packages via apt (PPA)
* [docker-ce](https://download.docker.com/linux/debian/dists/stretch/stable/)
# Installed Packages (pip)
* [awscli](https://pypi.org/project/awscli/) `1.16.152`
# Installed Packages (go binaries)
* [helm|](https://helm.sh/) `2.13.1`
* [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) `1.11.6`
* [kubectl_latest](https://kubernetes.io/docs/reference/kubectl/kubectl/) `1.13.4`