summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-moby_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-12-12 08:58:54 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-12-22 10:28:08 -0500
commitb4b38e8e43ec2516793135f5ab8f3206c086ee53 (patch)
treeac5db021689053e6b5b8ff2051932704fc4ec412 /recipes-containers/docker/docker-moby_git.bb
parent181a754d136b458a33ef73a576989b3f1b40ffd9 (diff)
downloadmeta-virtualization-b4b38e8e43ec2516793135f5ab8f3206c086ee53.tar.gz
docker: add mobyproject:moby to CVE_PRODUCT
Add mobyproject:moby to CVE_PRODUCT to reflect where the source is coming from for both docker recipes. We keep the old 'docker' designation for compatibility. It is unclear whether or not we should also be adding the cli and libnetwork to the CVE_PRODUCT. But since they are on different SRCREVs and not vendored, we keep them out for now. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/docker-moby_git.bb')
-rw-r--r--recipes-containers/docker/docker-moby_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index dea5a8ea..e687cecb 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -57,4 +57,4 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f
57DOCKER_VERSION = "20.10.17" 57DOCKER_VERSION = "20.10.17"
58PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 58PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
59 59
60CVE_PRODUCT = "docker" 60CVE_PRODUCT = "docker mobyproject:moby"