![]() Bumping buildah to version v1.37.1-1-g0117c423e, which comprises the following commits: 67cc51e90 [release-1.37] Bump to Buildah v1.37.1 02313cf69 [release-1.37] Bump c/common v0.60.1, c/image v5.32.1 f9de1bbd1 Buildah v1.37.0 7de5d5d6e Bump c/storage, c/image, c/common for v1.37.0 6373be5a1 "build with basename resolving user arg" tests: correct ARG use dcf3ea5fd bud-multiple-platform-no-run test: correct ARG use 3e38e5e13 imagebuildah: always have default values for $TARGET... args ready 7f1fe46fc bump github.com/openshift/imagebuilder to v1.2.14 f6f2da76d fix(deps): update module github.com/docker/docker to v27.1.1+incompatible 5e20b928c fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.1 54d84483a fix(deps): update module github.com/docker/docker to v27.1.0+incompatible 3ad0fd1ed CI: use local registry, part 2 of 2 52df6e0e0 CI: use local registry, part 1 of 2 2a99f9bcd fix(deps): update module github.com/fsouza/go-dockerclient to v1.11.1 b756a3d00 Revert "fix(deps): update github.com/containers/image/v5 to v5.31.1" b1dff416b Replace libimage.LookupReferenceFunc with the manifests version 9bb25a6da conformance tests: enable testing CompatVolumes 1861c1320 conformance tests: add a test that tries to chown a volume a7098c776 imagebuildah: make traditional volume handling not the default b5eafdf55 StageExecutor.prepare(): mark base image volumes for preservation 5940e721c fix(deps): update module github.com/containers/image/v5 to v5.31.1 e2f080554 Vendor in latest containers/(common, storage, image) 5d8b53910 fix(deps): update module golang.org/x/term to v0.22.0 b08c9cf1c fix(deps): update module golang.org/x/sys to v0.22.0 2d172d50e fix(deps): update golang.org/x/exp digest to 7f521ea aa6f75225 fix(deps): update github.com/containers/luksy digest to a8846e2 d6771f81a imagebuildah.StageExecutor.Copy(): reject new flags for now a63fbba3f bump github.com/openshift/imagebuilder to v1.2.11 21fb5ea4f Rework parsing of --pull flags feb17a95c fix(deps): update module github.com/containers/image/v5 to v5.31.1 d79a36fae imagebuildah.StageExecutor.prepare(): log the --platform flag 3a35d2fd6 CI VMs: bump 14f19e980 buildah copy: preserve owner info with --from= a container or image bfa84dfcb conformance tests: enable testing CompatSetParent bfaee577d containerImageRef.NewImageSource(): move the FROM comment to first 66957cc05 commit: set "parent" for docker format only when requested a7224d167 Update godoc for Builder.EnsureContainerPathAs 75ae17c0f fix(deps): update module github.com/spf13/cobra to v1.8.1 a4cdb7879 fix(deps): update module github.com/containernetworking/cni to v1.2.0 6bef4b71c fix(deps): update module github.com/opencontainers/runc to v1.1.13 fe2fd8620 Change default for podman build to --pull missing b9c43961a fix(deps): update module github.com/containers/common to v0.59.1 5afd52fd9 Clarify definition of --pull options 1480f147f buildah: fix a nil pointer reference on FreeBSD 8b0ecd787 Use /var/tmp for $TMPDIR for vfs conformance jobs 0569f3728 Cirrus: run `df` during job setup 5891afffe conformance: use quay.io/libpod/centos:7 instead of centos:8 56fb08092 Stop setting "parent" in docker format ba0947a3d conformance: check if workdir trims path separator suffixes 9565585a6 push integration test: pass password to docker login via stdin afe1a5dd5 Re-enable the "copy with chown" conformance test f552bd57f healthcheck: Add support for `--start-interval` 420beb248 fix(deps): update module github.com/docker/docker to v26.1.4+incompatible a4f32a142 fix(deps): update module github.com/containerd/containerd to v1.7.18 04e5423ae tests: set _CONTAINERS_USERNS_CONFIGURED=done for libnetwork a9e5a1496 Cross-build on Fedora a42019d61 Drop copyStringSlice() and copyStringStringMap() b8c3530cb fix(deps): update module golang.org/x/crypto to v0.24.0 cb302075b fix(deps): update module github.com/openshift/imagebuilder to v1.2.10 e591844e9 Provide an uptime_netbsd.go 30c2e31d8 Spell unix as "!windows" e47ffc831 Add netbsd to lists-of-OSes 159425c45 fix(deps): update golang.org/x/exp digest to fd00a4e bf33b9291 [skip-ci] Packit: enable c10s downstream sync 7602e9e1d CI VMs: bump, to debian with cgroups v2 9521672fd Document when BlobDirectory is overridden 939a58b96 fix secret mounts for env vars when using chroot isolation 7ff83d505 Change to take a types.ImageReference arg e6c7949aa imagebuildah: Support custom image reference lookup for cache push/pull a33fda67a fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 f39d5fba2 Bump to v1.37.0-dev 671f29870 CI: Clarify Debian use for conformance tests 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.