rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

Update Documentation & trigger builds for changes in build_container.sh #77

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

Summary of the PR

Since we now have automation around the container builds the README is mostly outdated. This PR is removing the outdated information, but it does leave the stuff related to how to do manual builds in case there are any problems at any point in time because of which we need to do manual releases.

Also, one of the things that we missed in the previous patches is that we need to build a new container whenever things are changed in the build script (build_container.sh) as well, because that's how we are installing tools.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: