All Projects → kubevirt → Libvirt

kubevirt / Libvirt

Licence: apache-2.0
DEPRECATED Vanilla dockerized libvirt image, used as a base for kubevirt

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Libvirt

Materialdrawer Xamarin
DEPRECATED!!! Xamarin bindings for https://github.com/mikepenz/MaterialDrawer
Stars: ✭ 22 (-35.29%)
Mutual labels:  deprecated
Deobfuscator
[Not work] Deobfuscate obfuscated binaries!
Stars: ✭ 11 (-67.65%)
Mutual labels:  deprecated
Os Tmpdir
[DEPRECATED] Node.js os.tmpdir() ponyfill
Stars: ✭ 31 (-8.82%)
Mutual labels:  deprecated
Django Jquery Widgets
This project is no longer maintained.
Stars: ✭ 24 (-29.41%)
Mutual labels:  deprecated
Ng Suggest
AngularJS module to provide Typeahead via OpenSearch Suggestions
Stars: ✭ 9 (-73.53%)
Mutual labels:  deprecated
Requery
Store e run queries on database to help system manager of a Django website
Stars: ✭ 12 (-64.71%)
Mutual labels:  deprecated
Fluent Plugin Grep
(Deprecated) Fluentd output plugin to grep messages
Stars: ✭ 17 (-50%)
Mutual labels:  deprecated
Ng2 Typeahead
Autocomplete component for Angular 2
Stars: ✭ 33 (-2.94%)
Mutual labels:  deprecated
Sqlite Provider
SQLite3 provider for Vapor
Stars: ✭ 11 (-67.65%)
Mutual labels:  deprecated
Overwatch Js
Overwatch NodeJS API : Retrieve informations about heroes/players from Overwatch Official Website
Stars: ✭ 27 (-20.59%)
Mutual labels:  deprecated
Esp32 Http Update
Clone of https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266httpUpdate for ESP32
Stars: ✭ 25 (-26.47%)
Mutual labels:  deprecated
Madalynnplumbundle
The deploy bundle using Plum for Symfony2
Stars: ✭ 26 (-23.53%)
Mutual labels:  deprecated
Startssl api
DEPRECATED A python/CLI API for some StartCom StartSSL functions
Stars: ✭ 14 (-58.82%)
Mutual labels:  deprecated
Doctrinemigrations
[DEPRECATED] Use Phinx instead
Stars: ✭ 24 (-29.41%)
Mutual labels:  deprecated
Finder colors
Set the color of files/folders for OSX Finder from the command line.
Stars: ✭ 31 (-8.82%)
Mutual labels:  deprecated
Gamejoltlua
Access to GameJolt's opportunities for all your lovely Lua projects.
Stars: ✭ 18 (-47.06%)
Mutual labels:  deprecated
Grunt Csswring
DEPRECATED. Minify CSS files using PostCSS-based CSSWring
Stars: ✭ 12 (-64.71%)
Mutual labels:  deprecated
Sarama Cluster
Cluster extensions for Sarama, the Go client library for Apache Kafka 0.9 [DEPRECATED]
Stars: ✭ 969 (+2750%)
Mutual labels:  deprecated
Brunch With Vue
[deprecated] A skeleton application utilizing vue, vuex, vue-resource and vue-router.
Stars: ✭ 32 (-5.88%)
Mutual labels:  deprecated
Prey Bash Client
DEPRECATED - Project no longer supported, please consider using https://github.com/prey/prey-node-client instead
Stars: ✭ 882 (+2494.12%)
Mutual labels:  deprecated

DEPRECATED

With the merge of https://github.com/kubevirt/kubevirt/pull/4703 this repository is no longer needed in kubevirt/kubevirt.

The repository may get some sporadic fixes for kubevirt/kubevirt releses prior to v0.37.0 until they are EOL.

Containerized libvirtd and QEMU

This is a simple container wrapping libvirtd.

Purpose

Instead of delivering libvirtd in a package, libvirtd is now delivered in a container. This container is used as the base container image for virt-launcher to run as the entrypoint, it is not intended to be run standalone.

Build types

The specifics of the build process vary based on the type of build.

Official builds

These happen on Travis CI, as three separate steps:

  • first the environment is set up using the hack/prepare.sh script;

  • then several single-architecture containers are built and tested, using qemu-user for cross-architecture support, as part of the hack/build.sh script;

  • finally, a multi-architecture container is assembled and pushed to Docker Hub using the hack/deploy.sh script.

The entire process is described in .travis.yml, and no human intervention is necessary.

Local builds

These builds are mostly useful for maintainers.

It is expected that you have docker buildx set up and configured to perform cross-architecture builds, as well as a local Docker registry running on your machine.

To create a local build, use something like

$ IMAGE_NAME=localhost:5000/my-libvirt ./hack/local-build.sh

Simple builds

These builds are perfect for quick testing: a single-architecture container is built, so there is no additional setup required.

To create a simple build, use something like

$ IMAGE_NAME=my-libvirt ./hack/simple-build.sh

Build configuration

The default configuration, which is used for official builds, is stored in hack/config. See the file for information on how to override some of the settings for a specific build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].