summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-ce_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:24:33 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:57:03 -0400
commit0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3 (patch)
tree6be7cbdc43382e52b80e2508d16d663cb39981ad /recipes-containers/docker/docker-ce_git.bb
parentac399ad09105dce73bccde9574216377613a98de (diff)
downloadmeta-virtualization-0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3.tar.gz
global: convert github SRC_URIs to use https protocol
github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/docker-ce_git.bb')
-rw-r--r--recipes-containers/docker/docker-ce_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 71d659ce..5fe8fbd5 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -36,9 +36,9 @@ SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
36SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" 36SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
37SRCREV_FORMAT = "docker_libnetwork" 37SRCREV_FORMAT = "docker_libnetwork"
38SRC_URI = "\ 38SRC_URI = "\
39 git://github.com/docker/docker.git;branch=20.10;name=docker \ 39 git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https \
40 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ 40 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
41 git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli \ 41 git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \
42 file://0001-libnetwork-use-GO-instead-of-go.patch \ 42 file://0001-libnetwork-use-GO-instead-of-go.patch \
43 file://docker.init \ 43 file://docker.init \
44 file://0001-dynbinary-use-go-cross-compiler.patch \ 44 file://0001-dynbinary-use-go-cross-compiler.patch \