Commit Graph

4 Commits

Author SHA1 Message Date
jonathanmetzman 439d0bc2c6
Enable centipede on a bunch of projects (#9643) 2023-02-13 14:24:42 -05:00
jonathanmetzman 2700848f3c
Make ostree centipede-compatible (#9619) 2023-02-07 05:24:22 +00:00
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