summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-ce_git.bb8
1 files changed, 0 insertions, 8 deletions
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 @@
1# docker-ce and docker-moby are now nearly identical. We simply include the
2# moby recipe and warn if this is being built.
3include docker-moby_git.bb
4
5do_compile:prepend() {
6 bbwarn "${PN} is now the same as docker-moby. This recipe will be removed in future releases."
7 bbwarn "Consumers of docker should migrate to moby as soon as possible"
8}