If working on the runtime, it is necessary to return to the top-level
directory after having built `virtcontainers`.
Make this clearer by using a `pushd` and `popd` pair rather than a
single `cd`.
Fixes#93.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Make examples headings unique so that both sets of examples can be
accessed from the TOC.
Partially fixes: #91.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Add the KCSA for CVE-2019-5736.
As this is our first KCSA, also create the KCSA index page and
reference that from the top level README.
Fixes: #85
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
With the move away from pullapprove and towards github and
Zuul for ack accounting, SoB and WIP checks, we need to update
the documents to reflect this.
Fixes: #76
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
If following the contributing doc and wanting to run make check and
make test in kata-runtime, the virtcontainers/bin/hook executable
is expected to exist. But it only exists if it is compiled and
installed. So a note has been added that if make test|check for
runtime, to ensure that virtcontainers has been compiled and
installed.
Signed-off-by: ccollicutt <curtis@serverascode.com>
Add a full example of creating a PR including explaining how to rebase,
squash commits and force push to include review changes.
Fixes#66.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
The working committee isn't part of the project's governance
at this point, so it makes sense to remove it from the front
of the community page. Marketing discussions are happening instead on a
monthly basis and via mailing-list/slack.
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
Add documentation for the management of Vulnerabilities,
and the process and procedures of the
Vulnerability Management Team (VMT).
Fixes: #34
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Add some docs to note we require bug/feature labels on PRs
so we can work out what needs to be a stable backport or not.
Also add a brief doc on how to cherry pick and base/push to
a stable branch PR.
Fixes: #63
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Updates the README to reflect September 2018
election and adjusts verbage to reflect that we have
had our first election (vs "There will be an election
in September 2018).
Signed-off-by: Anne Bertucio <anne@openstack.org>
Adds the text file of Kata-Containers Arch Committee Candidacy
for Arm, which is required by the election process
Signed-off-by: kaly xin <kaly.xin@arm.com>
Adds a folder for the September 2018 Architecture Committee
election and a README.md for election dates and times.
Signed-off-by: Anne Bertucio <anne@openstack.org>
We need to encourage developers to run the static checks and
test suites locally before submitting PRs, or their PRs will
just bounce on the first go. We also need to document how to
run the checks, and any other caveats.
Fixes: #45
Signed-off-by: Graham Whaley <graham.whaley@intel.com>