Results 4 issues of Andy

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: `CONTRIBUTING.md` is outdated. New contributors will be directed to a dead...

kind/documentation

The `CONTRIBUTING.md` file directs new contributors to the `#buildah` channel on `irc.freenode.net`, which appears to be dead. It also appears there may have been some major changes and drama at...

The `--release-file` flag isn't listed under the `install.sh` script's help, but is very useful for local development. Help is updated to show this flag. `install` and `update` build targets are...

We don't need `sudo` or root privileges to create files belonging to root in a `.tar`. Requiring `sudo` to build can cause compatibility issues, extra difficulty building, and security risks....