|
[kirkstone][PATCH 09/10] container-host-config: provide /etc/containers/policy.json
The /etc/containers/policy.json[1] file is used to specify verification policy. For now, we can see it's used by both cri-o and skopeo. To avoid conflict, we use container-host-config to provide this
The /etc/containers/policy.json[1] file is used to specify verification policy. For now, we can see it's used by both cri-o and skopeo. To avoid conflict, we use container-host-config to provide this
|
By
Chen Qi
·
|
|
[kirkstone][PATCH 08/10] README: remove some cri-o specific layer dependencies
ostree is in meta-oe, libseccomp is in oe-core. So remove these two. Signed-off-by: Chen Qi <Qi.Chen@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...> --- README | 2 -- 1 file changed, 2 deletio
ostree is in meta-oe, libseccomp is in oe-core. So remove these two. Signed-off-by: Chen Qi <Qi.Chen@...> Signed-off-by: Bruce Ashfield <bruce.ashfield@...> --- README | 2 -- 1 file changed, 2 deletio
|
By
Chen Qi
·
|
|
[kirkstone][PATCH 06/10] containers: add container-host-config recipe
From: Bruce Ashfield <bruce.ashfield@...> This is a configuration only recipe that produces a package which installs some common configuration files. In this introduction we have both registries.conf
From: Bruce Ashfield <bruce.ashfield@...> This is a configuration only recipe that produces a package which installs some common configuration files. In this introduction we have both registries.conf
|
By
Chen Qi
·
|
|
[kirkstone][PATCH 04/10] cri-o: update crio.conf to match the current version 1.23
The old crio.conf file can cause cri-o start failure. The error message is as below. validating runtime config: runtime validation: failed to \ translate monitor fields for runtime runc: cgroupfs mana
The old crio.conf file can cause cri-o start failure. The error message is as below. validating runtime config: runtime validation: failed to \ translate monitor fields for runtime runc: cgroupfs mana
|
By
Chen Qi
·
|
|
[kirkstone][PATCH 05/10] containers: introduce container-host class
From: Bruce Ashfield <bruce.ashfield@...> Introducing a small (at the moment) class that represents configuration and processing required to prepare a target image to be a container host. A recipe tha
From: Bruce Ashfield <bruce.ashfield@...> Introducing a small (at the moment) class that represents configuration and processing required to prepare a target image to be a container host. A recipe tha
|
By
Chen Qi
·
|
|
[kirkstone][PATCH 03/10] cri-o: create /var/lib/crio
crio.service now reports the following error messages: level=error msg="Writing clean shutdown supported file: \ open /var/lib/crio/clean.shutdown.supported: no such file or directory" level=error msg
crio.service now reports the following error messages: level=error msg="Writing clean shutdown supported file: \ open /var/lib/crio/clean.shutdown.supported: no such file or directory" level=error msg
|
By
Chen Qi
·
|
|
[kirkstone][PATCH 02/10] cri-o: use PACKAGECONFIG to handle selinux
For cri-o, libselinux is optional, this can be seen from its Makefile. So let's make selinux optional by using PACKAGECONFIG, whose default value is determined by the DISTRO_FEATURES. In this way, met
For cri-o, libselinux is optional, this can be seen from its Makefile. So let's make selinux optional by using PACKAGECONFIG, whose default value is determined by the DISTRO_FEATURES. In this way, met
|
By
Chen Qi
·
|
|
[PATCH 1/1] lxc: templates/lxc-busybox.in: if busybox contains init then use it
From: Xiangyu Chen <xiangyu.chen@...> Signed-off-by: Xiangyu Chen <xiangyu.chen@...> --- ...box-contains-init-use-it-in-containe.patch | 45 +++++++++++++++++++ recipes-containers/lxc/lxc_git.bb | 1 +
From: Xiangyu Chen <xiangyu.chen@...> Signed-off-by: Xiangyu Chen <xiangyu.chen@...> --- ...box-contains-init-use-it-in-containe.patch | 45 +++++++++++++++++++ recipes-containers/lxc/lxc_git.bb | 1 +
|
By
Xiangyu Chen
·
|
|
[dunfell][PATCH 1/3] runc: update to 1.0.3
2 messages
Bumping runc to last release-1.0. Upstream based on commit df3cc4955002b5057fba92f1fd8b6fd94af3eb0b Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@...> --- ...-GOBUILDFLAGS-for-runc-and-remove-r
Bumping runc to last release-1.0. Upstream based on commit df3cc4955002b5057fba92f1fd8b6fd94af3eb0b Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@...> --- ...-GOBUILDFLAGS-for-runc-and-remove-r
|
By
Hugo Simeliere
·
|
|
[dunfell][PATCH 3/3] containerd: upgrade to 1.4.13
2 messages
Fixes below CVEs: * CVE-2020-15257 * CVE-2021-21334 * CVE-2021-32760 * CVE-2021-41103 * CVE-2022-23648 Based on commit cd6feb72b84aab9655af6c8c0774a180ea2a4f60 Signed-off-by: Hugo SIMELIERE <hsimelier
Fixes below CVEs: * CVE-2020-15257 * CVE-2021-21334 * CVE-2021-32760 * CVE-2021-41103 * CVE-2022-23648 Based on commit cd6feb72b84aab9655af6c8c0774a180ea2a4f60 Signed-off-by: Hugo SIMELIERE <hsimelier
|
By
Hugo Simeliere
·
|
|
[dunfell][PATCH 2/3] runc: FIx CVE-2022-29162
Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@...> --- .../runc/files/CVE-2022-29162.patch | 123 ++++++++++++++++++ recipes-containers/runc/runc-docker_git.bb | 1 + .../runc/runc-opencontainers
Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@...> --- .../runc/files/CVE-2022-29162.patch | 123 ++++++++++++++++++ recipes-containers/runc/runc-docker_git.bb | 1 + .../runc/runc-opencontainers
|
By
Hugo Simeliere
·
|
|
[master-next][PATCH 1/3] Revert "cri-o: install policy.json to avoid image pulling error"
2 messages
Do NOT merge this patch. This revert-type patch is only an indication that the original patch on master-next should be dropped. A follow-up patch to master-next will be sent to add policy.json to cont
Do NOT merge this patch. This revert-type patch is only an indication that the original patch on master-next should be dropped. A follow-up patch to master-next will be sent to add policy.json to cont
|
By
Chen Qi
·
|
|
[master-next][PATCH 3/3] container-host-config: extend to native and nativesdk
2 messages
skopeo rdepends on it, and skopeo has been extended to native and nativesdk, so container-host-config needs also be extended. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../container-host-config/contain
skopeo rdepends on it, and skopeo has been extended to native and nativesdk, so container-host-config needs also be extended. Signed-off-by: Chen Qi <Qi.Chen@...> --- .../container-host-config/contain
|
By
Chen Qi
·
|
|
[master-next][PATCH 2/3] container-host-config: provide /etc/containers/policy.json
2 messages
The /etc/containers/policy.json[1] file is used to specify verification policy. For now, we can see it's used by both cri-o and skopeo. To avoid conflict, we use container-host-config to provide this
The /etc/containers/policy.json[1] file is used to specify verification policy. For now, we can see it's used by both cri-o and skopeo. To avoid conflict, we use container-host-config to provide this
|
By
Chen Qi
·
|
|
[PATCH 2/5] cri-o: use PACKAGECONFIG to handle selinux
9 messages
For cri-o, libselinux is optional, this can be seen from its Makefile. So let's make selinux optional by using PACKAGECONFIG. In this way, meta-selinux dependency could be removed. Signed-off-by: Chen
For cri-o, libselinux is optional, this can be seen from its Makefile. So let's make selinux optional by using PACKAGECONFIG. In this way, meta-selinux dependency could be removed. Signed-off-by: Chen
|
By
Chen Qi
·
|
|
[PATCH] docker-*: prevent -march being exported in arm builds
2 messages
* don't export CGO_CFLAGS/CGO_CXXFLAGS like the previous version didn't before: https://git.yoctoproject.org/meta-virtualization/commit/?id=aceed7bf95cc8a42c8f470d8edf3c6f03d49da00 * both docker-moby
* don't export CGO_CFLAGS/CGO_CXXFLAGS like the previous version didn't before: https://git.yoctoproject.org/meta-virtualization/commit/?id=aceed7bf95cc8a42c8f470d8edf3c6f03d49da00 * both docker-moby
|
By
Martin Jansa
·
|
|
query on container demo
6 messages
I was testing the meta-virtualization/recipes-demo/images/ app-container. I was able to build the container. But I am not sure where the image is created and how we run the image using docker commands
I was testing the meta-virtualization/recipes-demo/images/ app-container. I was able to build the container. But I am not sure where the image is created and how we run the image using docker commands
|
By
SIMON BABY
·
|
|
[PATCH V2] cri-o: use PACKAGECONFIG to handle selinux
For cri-o, libselinux is optional, this can be seen from its Makefile. So let's make selinux optional by using PACKAGECONFIG, whose default value is determined by the DISTRO_FEATURES. In this way, met
For cri-o, libselinux is optional, this can be seen from its Makefile. So let's make selinux optional by using PACKAGECONFIG, whose default value is determined by the DISTRO_FEATURES. In this way, met
|
By
Chen Qi
·
|
|
[PATCH V2] README: remove some cri-o specific layer dependencies
ostree is in meta-oe, libseccomp is in oe-core. So remove these two. Signed-off-by: Chen Qi <Qi.Chen@...> --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index 1c75f4a..7
ostree is in meta-oe, libseccomp is in oe-core. So remove these two. Signed-off-by: Chen Qi <Qi.Chen@...> --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index 1c75f4a..7
|
By
Chen Qi
·
|
|
[PATCH 2/2] cri-o: create registries.conf to avoid image inspection error
3 messages
When deploying a simple workload using 'kubectl appy -f', we met the following error. Failed to inspect image "ubuntu:latest": rpc error: code = Unknown desc = short-name "ubuntu:latest" did not resol
When deploying a simple workload using 'kubectl appy -f', we met the following error. Failed to inspect image "ubuntu:latest": rpc error: code = Unknown desc = short-name "ubuntu:latest" did not resol
|
By
Chen Qi
·
|