Commit Graph

2 Commits

Author SHA1 Message Date
DavidKorczynski 705ddb4a80
ostree: fix build (#8016)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46923
2022-07-14 23:09:33 +00:00
DavidKorczynski d6a6e48408
ostree: initial integration (#7557)
* ostree: initial integration

ostree, aka libostree, is a library for committing and downloading
bootable filesytem trees.

Ostree is used by https://github.com/containers/image which is a library
that's used by https://github.com/cri-o/cri-o which is an implementation
of the Kubernetes container runtime interface
(https://kubernetes.io/blog/2016/12/container-runtime-interface-cri-in-kubernetes/).

In this sense, ostree is library that's used by many Kubernetes
deployments.

Integrating this as it's a dependency to Kubernetes components that is
written in C.

* add primary maintainer

* fix copyright year

* Add one more maintainer
2022-04-20 21:32:57 -04:00