Skip to content

cli tool in golang to auto generate .dockerignore file by your Dockerfile and your context

Notifications You must be signed in to change notification settings

niso120b/dignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dignore - dockerignore generator

dignore cli tool in golang to auto generate .dockerignore file by your Dockerfile and your context. using cobra to implement cli tool

Build

  • Mac
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o bin/dignore-mac
  • Linux
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/dignore-linux

Developer

Nissim Bitan - niso120b@gmail.com, nissim.bitan@aquasec.com

About

cli tool in golang to auto generate .dockerignore file by your Dockerfile and your context

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages