ContainerCraft / kc2

KC2 | Kargo Virtual Machine IaC Library
GNU General Public License v3.0
1 stars 1 forks source link

Split qubo into separate repos for image building & vm image definitions #24

Closed usrbinkat closed 2 years ago

usrbinkat commented 2 years ago

Observation:

This repo currently represents two separate functions:

  1. building images
  2. publishing a kubevirt guest library of vm definitions

Problem:

This repo identity split causes confusion and impedes potential to upstream & collaborate with the greater kubevirt project on standard image preparation and publishing practices.

Proposal:

Split this repo into separate repositories dedicated to concise objectives.

  1. containercraft/qubo should remain as the library of vm definitions
  2. containercraft/containerdisks should be the container disk publishing tasks
usrbinkat commented 2 years ago

Initialized upstream containerdisks fork https://github.com/ContainerCraft/containerdisks/tree/ccio

Set default branch for containercraft development trunk to ccio & disabled committing directly to upstream trunk main

jbpratt commented 2 years ago

Removed all image build from the main branch of qubo (163023e)

jbpratt commented 2 years ago

closing this as the repos have been split