garland/helm

By garland

Updated over 6 years ago

A set of containers that are small and narrowly focused on one thing.

Image
0

56

Docker Containers

A set of containers that are small and narrowly focused on one thing. These are useful for automated pipelines, as a tool box, or just experimenting with a tool.

Supported tags and respective Dockerfile links

aws-cli
gradle
helm
kops
kubectl

Building and pushing a versioned container

  1. Update the env_make file with the new version of what you are going to push

  2. run the make push command

     make build-gradle
     make push-gradle
    

Examples

Using these utility/tools containers in a Jenkins Pipeline on Kubernetes

These containers can be useful when running the Jenkins Kubernetes plugin. You can use these containers to execute commands and/or help you deploy out your application.

Check out the example here: Jenkins Pipeline on Kubernetes

Docker Pull Command

docker pull garland/helm