![]() Bumping skopeo to version v1.17.0-41-g0633de63, which comprises the following commits: 6483de48 fix(deps): update module github.com/containers/storage to v1.56.1 b5a13bcc systemtest: update quay.io registry image eae9e886 chore(deps): update dependency containers/automation_images to v20250107 (#2488) b68afb1a fix(deps): update module golang.org/x/term to v0.28.0 2a47dff7 chore(deps): update dependency golangci/golangci-lint to v1.63.4 83efeea4 chore(deps): update dependency golangci/golangci-lint to v1.63.3 deda9663 chore(deps): update dependency golangci/golangci-lint to v1.63.2 fb777d39 fix(deps): update golang.org/x/exp digest to b2144cd 568d5d1c chore(deps): update module golang.org/x/net to v0.33.0 [security] 1866ecbd fix(deps): update module github.com/containers/ocicrypt to v1.2.1 b116c5bd fix(deps): update module golang.org/x/term to v0.27.0 27baed91 Fix handling of errorShouldDisplayUsage a71a8b4c fix(deps): update golang.org/x/exp digest to 2d47ceb 4541d649 Packit: remove rhel (epel) jobs 96f38043 Packit: switch fedora copr targets to fedora-all e9755957 fix(deps): update module github.com/stretchr/testify to v1.10.0 2a3c8ee5 chore(deps): update dependency golangci/golangci-lint to v1.62.2 f423f01d Update an expected error message 186e9b4f fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 f818827f chore(deps): update dependency golangci/golangci-lint to v1.62.0 bae8ccd7 fix(deps): update module github.com/moby/sys/capability to v0.4.0 293ac065 Bump to c/Skopeo v1.18.0-dev e354a143 Bump to c/Skopeo v1.17.0 34f06441 Bump c/common to v0.60.0 fa1762f5 fix(deps): update module github.com/containers/image/v5 to v5.33.0 15f69ac6 Trigger a rebuild of the ostree-rs-ext container 33a629dd Update contrib/cirrus/ostree_ext.dockerfile for DNF 5 bc57843b update CI images to f41 8d3fb4b3 cirrus: use dnf remove over erase c0cc7ed2 fix(deps): update golang.org/x/exp digest to f66d83c 602c121f fix(deps): update module github.com/containers/storage to v1.55.1 7fbdd714 Fix format string inconsistency causing a build failure 3f66d002 proxy: Add various debug logging 43d066e0 chore(deps): update dependency containers/automation_images to v20241010 10a9e24d * Added option to create digest file for syncing images. * Digest file output would have docker reference of source and sha of of the mainfest sync'd with the target. This file would not be created if dry-run flag is enabled * improved the sync document to include the correct output for manifest file. * added new line for the manifest file once all images are sync'd * Ensuring we log on manifest digest if the copy operation was successful. * Check for errors if any once sync process is complete. * Ensure to capture the failure when closing the manifest file. * Ensure we are not writing manifest sha for failed copy of imagesand aborting the process in case write to file fails 6ad77a1b Packit: constrain downstream koji job to fedora package 9b960383 fix(deps): update module golang.org/x/term to v0.25.0 01ad0ed0 fix(deps): update module github.com/containers/common to v0.60.4 60b5f0e8 fix(deps): update golang.org/x/exp digest to 701f63a f240ce07 vendor: switch to moby/sys/capability (#2428) ee618142 Document that zstd:chunked is downgraded to zstd when encrypting 0fd65fb7 fix(deps): update module github.com/containers/common to v0.60.3 e39efb10 Packit: split out ELN jobs and reuse fedora downstream targets 7da6ea07 Packit: Enable sidetags for bodhi updates 6d2672c9 chore(deps): update dependency golangci/golangci-lint to v1.61.0 b113a2de fix(deps): update module golang.org/x/term to v0.24.0 9166a97b Use a range expression 795705e4 Update to Go 1.22 bebbbaee Restrict Packit targets to those that support Go 1.22 6b13950b fix(deps): update golang.org/x/exp digest to 9b4947d 115a6de9 chore(deps): update dependency containers/automation_images to v20240821 a8170067 Update skopeo-generate-sigstore-key.1.md dd5ce5d9 [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.3 229c9fad fix(deps): update module github.com/masterminds/semver/v3 to v3.3.0 6e0b7a12 fix(deps): update module github.com/containers/common to v0.60.2 b9620327 [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.2 3151e088 fix(deps): update module github.com/containers/image/v5 to v5.32.2 d3827613 Replace egrep with grep -E df598d7f [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.1 17da5826 fix(deps): update module github.com/containers/common to v0.60.1 38e29cdf fix(deps): update module github.com/containers/image/v5 to v5.32.1 84558d45 fix(deps): update module golang.org/x/term to v0.23.0 39dccc2a The fakeroot package doesn't exist in RHEL. d17c8093 Bump Skopeo to v1.17.0-dev 88aad2e5 Bump Skopeo to v1.16.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
||
---|---|---|
classes | ||
conf | ||
docs | ||
dynamic-layers | ||
files | ||
lib/oeqa/runtime/cases | ||
recipes-containers | ||
recipes-core | ||
recipes-demo | ||
recipes-devtools | ||
recipes-extended | ||
recipes-graphics/xorg-xserver | ||
recipes-kernel | ||
recipes-networking | ||
scripts | ||
wic | ||
.gitignore | ||
COPYING.MIT | ||
MAINTAINERS | ||
meta-virt-roadmap.txt | ||
README.md | ||
SECURITY.md |
meta-virtualization
This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.
The bbappend files for some recipes (e.g. linux-yocto) in this layer need to have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add in configuration file the following line.
DISTRO_FEATURES:append = " virtualization"
If meta-virtualization is included, but virtualization is not enabled as a distro feature a warning is printed at parse time:
You have included the meta-virtualization layer, but
'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files
may not take effect. See the meta-virtualization README for details on enabling
virtualization support.
If you know what you are doing, this warning can be disabled by setting the following variable in your configuration:
SKIP_META_VIRT_SANITY_CHECK = 1
Depending on your use case, there are other distro features in meta-virtualization that may also be enabled:
- xen: enables xen functionality in various packages (kernel, libvirt, etc)
- kvm: enables KVM configurations in the kernel and autoloads modules
- k8s: enables kubernets configurations in the kernel, tools and configuration
- aufs: enables aufs support in docker and linux-yocto
- x11: enable xen and libvirt functionality related to x11
- selinux: enables functionality in libvirt and lxc
- systemd: enable systemd services and unit files (for recipes for support)
- sysvinit: enable sysvinit scripts (for recipes with support)
- seccomp: enable seccomp support for packages that have the capability.
Dependencies
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master revision: HEAD prio: default
URI: git://github.com/openembedded/meta-openembedded.git branch: master revision: HEAD layers: meta-oe meta-networking meta-filesystems meta-python
Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Required for Ceph: URI: git://git.yoctoproject.org/meta-cloud-services branch: master revision: HEAD prio: default
Required for cri-o: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Community / Colaboration
Repository: https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/ Mailing list: https://lists.yoctoproject.org/g/meta-virtualization IRC: libera.chat #meta-virt channel
Maintenance
Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org
Maintainer: Bruce Ashfield bruce.ashfield@gmail.com see MAINTAINERS for more specific information
When sending single patches, please using something like: $ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
License
All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.