Skip to content

Minimal docker image with kubectl and envsubst for pipeline deployments

Notifications You must be signed in to change notification settings

maykonlsf/pipeline-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

pipeline-kubectl

Minimal docker image with kubectl and envsubst for pipeline deployments Dockerhub

Content

This image contains:

  • envsubst: command-line tool to substitute the values of environment variables within text files
  • kubectl: the Kubernetes command-line tool
  • curl: used in command lines or scripts to transfer data