Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 469 Bytes

Support bundle generator

This can be run in a Docker container or as a stand alone binary:

make support-bundle-generate

Unit tests

make test

Integration tests

make e2e-supportbundle-core e2e-supportbundle-docker

Scanning image prior to release

make scan-base

Releases

Releases are created on CircleCI when a tag is pushed.

git tag -a v0.1.0 -m "Initial release" && git push origin v0.1.0