mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 20:41:04 +00:00
shift $((OPTIND-1)) can be unsafe.To prevent unwanted word-splitting all parameter expansions should be double-quoted. Use the safe form for the command: shift "$((OPTIND-1))" Fixes: #109 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com |
||
---|---|---|
.ci | ||
ccloudvm | ||
kata-deploy | ||
kernel | ||
obs-packaging | ||
release | ||
scripts | ||
snap | ||
static-build/qemu | ||
.gitignore | ||
.pullapprove.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md |
Kata Containers packaging
Kata Containers currently supports packages for many distributions. Tooling to aid in creating these packages are contained within this repository.
In addition, Kata build artifacts are available within a container image, created by a Dockerfile. Reference daemonsets are provided in kata-deploy, which make installation of Kata Containers in a running Kubernetes Cluster very straightforward.