Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 977 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 977 Bytes

helm

Auto-trigger docker build for kubernetes helm when new release is announced

Repo:

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

Daily build logs:

https://travis-ci.org/alpine-docker/helm

Docker iamge tags:

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

Usage:

# must mount the local folder to /apps in container.
docker run -ti --rm -v $(pwd):/apps -v ~/.kube/config:/root/.kube/config alpine/helm:2.9.0

# run terraform-landscape container as command
alias helm="docker run -ti --rm -v $(pwd):/apps -v ~/.kube/config:/root/.kube/config alpine/helm:2.9.0"
help --help

The Processes to build this image

  • Enable Travis CI cronjob on this repo to run build daily on master branch
  • Check if there are new tags/releases announced via Github REST API
  • Match the exist docker image tags via Hub.docker.io REST API
  • If not matched, build the image with latest version as tag and push to hub.docker.com