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 35377a8d..d32c5250 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -35,6 +35,12 @@ S = "${WORKDIR}/git"
35inherit goarch 35inherit goarch
36inherit pkgconfig 36inherit pkgconfig
37 37
38# This CVE was fixed in the container image go library skopeo is using.
39# See:
40# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214
41# https://github.com/containers/image/issues/654
42CVE_CHECK_IGNORE += "CVE-2019-10214"
43
38# This disables seccomp and apparmor, which are on by default in the 44# This disables seccomp and apparmor, which are on by default in the
39# go package. 45# go package.
40EXTRA_OEMAKE="BUILDTAGS=''" 46EXTRA_OEMAKE="BUILDTAGS=''"