summaryrefslogtreecommitdiffstats
path: root/recipes-containers
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
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')
-rw-r--r--recipes-containers/conmon/conmon_git.bb2
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb2
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb2
-rw-r--r--recipes-containers/cri-tools/cri-tools_git.bb2
-rw-r--r--recipes-containers/criu/criu_git.bb2
-rw-r--r--recipes-containers/crun/crun_git.bb10
-rw-r--r--recipes-containers/docker-distribution/docker-distribution_git.bb2
-rw-r--r--recipes-containers/docker/docker-ce_git.bb6
-rw-r--r--recipes-containers/docker/docker-moby_git.bb6
-rw-r--r--recipes-containers/k3s/k3s_git.bb2
-rw-r--r--recipes-containers/kubernetes/kubernetes_git.bb10
-rw-r--r--recipes-containers/lxc/lxc_git.bb2
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb2
-rw-r--r--recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb2
-rw-r--r--recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb2
-rw-r--r--recipes-containers/podman-compose/podman-compose_0.1.5.bb2
-rw-r--r--recipes-containers/podman/podman_git.bb2
-rw-r--r--recipes-containers/riddler/riddler_git.bb2
-rw-r--r--recipes-containers/runc/runc-docker_git.bb2
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb2
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb2
-rw-r--r--recipes-containers/sloci-image/sloci-image_git.bb2
-rw-r--r--recipes-containers/tini/tini_0.19.0.bb2
-rw-r--r--recipes-containers/umoci/umoci_git.bb2
24 files changed, 36 insertions, 36 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index e2f452c1..26ba3612 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 go-md2man-native libseccomp"
11 11
12SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2" 12SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2"
13SRC_URI = "\ 13SRC_URI = "\
14 git://github.com/containers/conmon.git;branch=main \ 14 git://github.com/containers/conmon.git;branch=main;protocol=https \
15" 15"
16 16
17PV = "2.0.29+git${SRCPV}" 17PV = "2.0.29+git${SRCPV}"
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index b9af08c4..fbf0c64c 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and
6 6
7 7
8SRCREV = "69e5db821af6458b4078d654ad3dcb3f31faa522" 8SRCREV = "69e5db821af6458b4078d654ad3dcb3f31faa522"
9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5 \ 9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5;protocol=https \
10 file://0001-Add-build-option-GODEBUG-1.patch \ 10 file://0001-Add-build-option-GODEBUG-1.patch \
11 file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ 11 file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \
12 " 12 "
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 5cecc26e..41b86251 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
16 16
17SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15" 17SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o \ 19 git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o;protocol=https \
20 file://0001-Makefile-force-symlinks.patch \ 20 file://0001-Makefile-force-symlinks.patch \
21 file://crio.conf \ 21 file://crio.conf \
22 " 22 "
diff --git a/recipes-containers/cri-tools/cri-tools_git.bb b/recipes-containers/cri-tools/cri-tools_git.bb
index 06d1b439..74700a07 100644
--- a/recipes-containers/cri-tools/cri-tools_git.bb
+++ b/recipes-containers/cri-tools/cri-tools_git.bb
@@ -18,7 +18,7 @@ What is not in scope for this project? \
18 18
19SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa" 19SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa"
20SRC_URI = "\ 20SRC_URI = "\
21 git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools \ 21 git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https \
22 file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \ 22 file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \
23 " 23 "
24 24
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index 09ed8434..2daf16c3 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2"
16SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3" 16SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3"
17PV = "3.16.1+git${SRCPV}" 17PV = "3.16.1+git${SRCPV}"
18 18
19SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master \ 19SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \
20 file://0002-criu-Skip-documentation-install.patch \ 20 file://0002-criu-Skip-documentation-install.patch \
21 file://0001-criu-Change-libraries-install-directory.patch \ 21 file://0001-criu-Change-libraries-install-directory.patch \
22 file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \ 22 file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index d103bac7..68f7f432 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -10,11 +10,11 @@ SRCREV_rspec = "ab23082b188344f6fbb63a441ea00ffc2852d06d"
10SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" 10SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06"
11 11
12SRCREV_FORMAT = "crun_rspec" 12SRCREV_FORMAT = "crun_rspec"
13SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ 13SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=https \
14 git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ 14 git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec;protocol=https \
15 git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ 15 git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec;protocol=https \
16 git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ 16 git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec;protocol=https \
17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \ 17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \
18 " 18 "
19 19
20PV = "1.2+git${SRCREV_crun}" 20PV = "1.2+git${SRCREV_crun}"
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
index 1f6334fa..57a4c978 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
5 5
6SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19" 6SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19"
7SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution \ 7SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \
8 file://docker-registry.service \ 8 file://docker-registry.service \
9 file://0001-build-use-to-use-cross-go-compiler.patch \ 9 file://0001-build-use-to-use-cross-go-compiler.patch \
10 " 10 "
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 \
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index 85d49ec2..138d9d22 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -39,9 +39,9 @@ SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
39SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" 39SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
40SRCREV_FORMAT = "moby_libnetwork" 40SRCREV_FORMAT = "moby_libnetwork"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=20.10;name=moby \ 42 git://github.com/moby/moby.git;branch=20.10;name=moby;protocol=https \
43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ 43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
44 git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli \ 44 git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \
45 file://docker.init \ 45 file://docker.init \
46 file://0001-libnetwork-use-GO-instead-of-go.patch \ 46 file://0001-libnetwork-use-GO-instead-of-go.patch \
47 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ 47 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index e341ad7f..1a43a533 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6 6
7SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s \ 7SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protocol=https \
8 file://k3s.service \ 8 file://k3s.service \
9 file://k3s-agent.service \ 9 file://k3s-agent.service \
10 file://k3s-agent \ 10 file://k3s-agent \
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
index 901de4dc..204abb6b 100644
--- a/recipes-containers/kubernetes/kubernetes_git.bb
+++ b/recipes-containers/kubernetes/kubernetes_git.bb
@@ -1,4 +1,4 @@
1HOMEPAGE = "git://github.com/kubernetes/kubernetes;branch=master" 1HOMEPAGE = "git://github.com/kubernetes/kubernetes;branch=master;protocol=https"
2SUMMARY = "Production-Grade Container Scheduling and Management" 2SUMMARY = "Production-Grade Container Scheduling and Management"
3DESCRIPTION = "Kubernetes is an open source system for managing containerized \ 3DESCRIPTION = "Kubernetes is an open source system for managing containerized \
4applications across multiple hosts, providing basic mechanisms for deployment, \ 4applications across multiple hosts, providing basic mechanisms for deployment, \
@@ -13,8 +13,8 @@ PE = "1"
13BBCLASSEXTEND = "devupstream:target" 13BBCLASSEXTEND = "devupstream:target"
14LIC_FILES_CHKSUM:class-devupstream = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 14LIC_FILES_CHKSUM:class-devupstream = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
15DEFAULT_PREFERENCE:class-devupstream = "-1" 15DEFAULT_PREFERENCE:class-devupstream = "-1"
16SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes \ 16SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes;protocol=https \
17 git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release \ 17 git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https \
18 " 18 "
19SRCREV_kubernetes:class-devupstream = "f6331c74b673d3039240edc77cd66696bbefdd9c" 19SRCREV_kubernetes:class-devupstream = "f6331c74b673d3039240edc77cd66696bbefdd9c"
20SRCREV_kubernetes-release:class-devupstream = "7c1aa83dac555de6f05500911467b70aca4949f0" 20SRCREV_kubernetes-release:class-devupstream = "7c1aa83dac555de6f05500911467b70aca4949f0"
@@ -22,8 +22,8 @@ PV:class-devupstream = "v1.23-alpha+git${SRCPV}"
22 22
23SRCREV_FORMAT ?= "kubernetes_release" 23SRCREV_FORMAT ?= "kubernetes_release"
24 24
25SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.22;name=kubernetes \ 25SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.22;name=kubernetes;protocol=https \
26 git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release" 26 git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https"
27 27
28SRC_URI:append = " \ 28SRC_URI:append = " \
29 file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ 29 file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index ba1cef5a..61c93ec1 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -36,7 +36,7 @@ RDEPENDS:${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
36 36
37RDEPENDS:${PN}-networking += "iptables" 37RDEPENDS:${PN}-networking += "iptables"
38 38
39SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0 \ 39SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0;protocol=https \
40 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \ 40 file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
41 file://run-ptest \ 41 file://run-ptest \
42 file://lxc-fix-B-S.patch \ 42 file://lxc-fix-B-S.patch \
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index 4b3ae841..f3cfe117 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "\
12 spf13-pflag \ 12 spf13-pflag \
13 " 13 "
14 14
15SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master \ 15SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master;protocol=https \
16 file://0001-config-make-Config.User-mapping-errors-a-warning.patch \ 16 file://0001-config-make-Config.User-mapping-errors-a-warning.patch \
17 file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch" 17 file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch"
18 18
diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
index b03cff33..6fab0870 100644
--- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
+++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "oci-runtime-tool is a collection of tools for working with the OCI ru
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c" 4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c"
5 5
6SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master \ 6SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master;protocol=https \
7 file://0001-Revert-implement-add-set-function-for-hooks-items.patch \ 7 file://0001-Revert-implement-add-set-function-for-hooks-items.patch \
8 file://0001-build-use-for-cross-compiler.patch \ 8 file://0001-build-use-for-cross-compiler.patch \
9 " 9 "
diff --git a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
index 2cda5acd..67aa7ddb 100644
--- a/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
+++ b/recipes-containers/oci-systemd-hook/oci-systemd-hook_git.bb
@@ -7,7 +7,7 @@ PRIORITY = "optional"
7DEPENDS = "yajl util-linux" 7DEPENDS = "yajl util-linux"
8 8
9SRCREV = "05e692346ca73e022754332a7da641230dae2ffe" 9SRCREV = "05e692346ca73e022754332a7da641230dae2ffe"
10SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master \ 10SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master;protocol=https \
11 file://0001-selinux-drop-selinux-support.patch \ 11 file://0001-selinux-drop-selinux-support.patch \
12 file://0001-configure-drop-selinux-support.patch \ 12 file://0001-configure-drop-selinux-support.patch \
13 file://0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch \ 13 file://0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch \
diff --git a/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/recipes-containers/podman-compose/podman-compose_0.1.5.bb
index b7a29482..95e14648 100644
--- a/recipes-containers/podman-compose/podman-compose_0.1.5.bb
+++ b/recipes-containers/podman-compose/podman-compose_0.1.5.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit setuptools3
6 6
7SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel" 7SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https"
8 8
9SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7" 9SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7"
10 10
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index a77f23b5..5ab79d30 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -19,7 +19,7 @@ DEPENDS = " \
19 19
20SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079" 20SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079"
21SRC_URI = " \ 21SRC_URI = " \
22 git://github.com/containers/libpod.git;branch=v3.4 \ 22 git://github.com/containers/libpod.git;branch=v3.4;protocol=https \
23" 23"
24 24
25LICENSE = "Apache-2.0" 25LICENSE = "Apache-2.0"
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index 5ba041a0..be751d62 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1" 4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1"
5 5
6SRC_URI = "git://github.com/jfrazelle/riddler;branch=master \ 6SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https \
7 file://0001-build-use-to-select-cross-compiler.patch \ 7 file://0001-build-use-to-select-cross-compiler.patch \
8 " 8 "
9 9
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index c3dc6ff8..4a46fd2f 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -3,7 +3,7 @@ include runc.inc
3# Note: this rev is before the required protocol field, update when all components 3# Note: this rev is before the required protocol field, update when all components
4# have been updated to match. 4# have been updated to match.
5SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a" 5SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a"
6SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker \ 6SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker;protocol=https \
7 file://0001-runc-Add-console-socket-dev-null.patch \ 7 file://0001-runc-Add-console-socket-dev-null.patch \
8 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 8 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
9 file://0001-runc-docker-SIGUSR1-daemonize.patch \ 9 file://0001-runc-docker-SIGUSR1-daemonize.patch \
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index 37955403..16ef5098 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -2,7 +2,7 @@ include runc.inc
2 2
3SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c" 3SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.0 \ 5 git://github.com/opencontainers/runc;branch=release-1.0;protocol=https \
6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
7 " 7 "
8RUNC_VERSION = "1.0.2" 8RUNC_VERSION = "1.0.2"
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 39ee8ca6..77a187e0 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -21,7 +21,7 @@ RDEPENDS:${PN} = " \
21" 21"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/containers/skopeo;branch=release-1.4 \ 24 git://github.com/containers/skopeo;branch=release-1.4;protocol=https \
25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ 25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \
26 file://storage.conf \ 26 file://storage.conf \
27 file://registries.conf \ 27 file://registries.conf \
diff --git a/recipes-containers/sloci-image/sloci-image_git.bb b/recipes-containers/sloci-image/sloci-image_git.bb
index 1491ec7e..37f91045 100644
--- a/recipes-containers/sloci-image/sloci-image_git.bb
+++ b/recipes-containers/sloci-image/sloci-image_git.bb
@@ -1,7 +1,7 @@
1SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image" 1SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=948cd8e59069fad992b0469af9ad7966" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=948cd8e59069fad992b0469af9ad7966"
4SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master \ 4SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master;protocol=https \
5 file://0001-sloci-image-fix-variant-quoting.patch \ 5 file://0001-sloci-image-fix-variant-quoting.patch \
6 " 6 "
7 7
diff --git a/recipes-containers/tini/tini_0.19.0.bb b/recipes-containers/tini/tini_0.19.0.bb
index 69e3991a..914cffbf 100644
--- a/recipes-containers/tini/tini_0.19.0.bb
+++ b/recipes-containers/tini/tini_0.19.0.bb
@@ -6,7 +6,7 @@ it to exit all the while reaping zombies and performing signal forwarding. "
6 6
7SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8" 7SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8"
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/krallin/tini.git;branch=master \ 9 git://github.com/krallin/tini.git;branch=master;protocol=https \
10 file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ 10 file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \
11 " 11 "
12 12
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb
index 3c8b2fb3..b1a17280 100644
--- a/recipes-containers/umoci/umoci_git.bb
+++ b/recipes-containers/umoci/umoci_git.bb
@@ -7,7 +7,7 @@ RDEPENDS:${PN} = "skopeo"
7RDEPENDS:${PN}:class-native = "" 7RDEPENDS:${PN}:class-native = ""
8 8
9SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d" 9SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
10SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \ 10SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \
11 " 11 "
12 12
13PV = "v0.4.7-dev+git${SRCPV}" 13PV = "v0.4.7-dev+git${SRCPV}"