Skip to content
/ vendir Public
forked from carvel-dev/vendir

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively

License

Notifications You must be signed in to change notification settings

mykso/vendir

 
 

Repository files navigation

logo

OpenSSF Best Practices

vendir

vendir allows you to declaratively state what should be in a directory. It can be used for vendoring software.

$ vendir sync # from a directory that contains vendir.yml

Features:

  • Various sources
  • Keep only particular portions of pulled content via includePaths/excludePaths or newRootPath
  • Override specific directory with a local directory source for quick development
  • State which directories are manually managed
  • Specify inline content for a directory
  • Generates lock file
  • Keep common legal files (LICENSE, etc.)

See all examples.

Join the Community and Make Carvel Better

Carvel is better because of our contributors and maintainers. It is because of you that we can bring great software to the community. Please join us during our online community meetings. Details can be found on our Carvel website.

You can chat with us on Kubernetes Slack in the #carvel channel and follow us on Twitter at @carvel_dev.

Check out which organizations are using and contributing to Carvel: Adopter's list

About

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.4%
  • Shell 2.6%