summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-ce_git.bb
blob: a3ea9ab57a363a2efdebeb8718b49911dd18799c (plain)
1
2
3
4
5
6
7
8
# 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"
}