From 7ed351dbdc079aaa92b1c03007c91892126b7811 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Sep 2023 03:09:26 +0000 Subject: docker: drop docker-ce recipe docker-ce is now the same as moby. We've had a warning for quite some time now, so it is time to remove the recipe. We don't RPROVIDE docker-ce in the docker-moby recipe as part of this removal, as all docker packages have been RPROVIDING "docker" regardless of the variant. images and packagelists should be using that provider, not docker-moby and docker-ce Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker-ce_git.bb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 recipes-containers/docker/docker-ce_git.bb (limited to 'recipes-containers') diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb deleted file mode 100644 index a3ea9ab5..00000000 --- a/recipes-containers/docker/docker-ce_git.bb +++ /dev/null @@ -1,8 +0,0 @@ -# docker-ce and docker-moby are now nearly identical. We simply include the -# moby recipe and warn if this is being built. -include docker-moby_git.bb - -do_compile:prepend() { - bbwarn "${PN} is now the same as docker-moby. This recipe will be removed in future releases." - bbwarn "Consumers of docker should migrate to moby as soon as possible" -} -- cgit v1.2.3-54-g00ecf