Skip to content

slaviered/assisted-installer-deployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assisted-installer-deployment

Release a new version

You can release a new version by creating a tag in all the assisted-installer repositories.

  1. Update the assited-installer.yaml with the relevant git hash.
  2. Build the docker image, locally
make local-update
  1. Execute the release image
docker run -v $(pwd)/assisted-installer.yaml:/assisted-installer.yaml -v $HOME/.netrc:/root/.netrc -it assisted-installer-deployment:local -t <tag>

Add new signature

Run the following commands for more details:

./tools/add_triage_signature.py --help

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%