summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 9d19675d..d426b4f8 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -34,6 +34,12 @@ S = "${WORKDIR}/git"
34inherit goarch 34inherit goarch
35inherit pkgconfig 35inherit pkgconfig
36 36
37# This CVE was fixed in the container image go library skopeo is using.
38# See:
39# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214
40# https://github.com/containers/image/issues/654
41CVE_CHECK_IGNORE += "CVE-2019-10214"
42
37# This disables seccomp and apparmor, which are on by default in the 43# This disables seccomp and apparmor, which are on by default in the
38# go package. 44# go package.
39EXTRA_OEMAKE="BUILDTAGS=''" 45EXTRA_OEMAKE="BUILDTAGS=''"