summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/cri-o_git.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-02-19 20:54:22 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-02-21 10:11:47 -0500
commita1bb5d0ab0c2828508d080c5c4bfa97bd9786b64 (patch)
tree0577868115e0a3dc601d39b543ce12fa1601448f /recipes-containers/cri-o/cri-o_git.bb
parent9a78db8a9174f811baae36a82370f2827c0bc889 (diff)
downloadmeta-virtualization-a1bb5d0ab0c2828508d080c5c4bfa97bd9786b64.tar.gz
container-host-config: provide /etc/containers/policy.json
The /etc/containers/policy.json[1] file is used to specify verification policy. For now, we can see it's used by both cri-o and skopeo. To avoid conflict, we use container-host-config to provide this file and make both skopeo and cri-o depend on it. [1] https://github.com/containers/image/blob/main/docs/containers-policy.json.5.md Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/cri-o/cri-o_git.bb')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 9467cf1f..2ae3303c 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -57,6 +57,7 @@ inherit systemd
57inherit go 57inherit go
58inherit goarch 58inherit goarch
59inherit pkgconfig 59inherit pkgconfig
60inherit container-host
60 61
61EXTRA_OEMAKE="BUILDTAGS=''" 62EXTRA_OEMAKE="BUILDTAGS=''"
62 63