Skip to content

Version 1.0 changes #51

@pauldotknopf

Description

@pauldotknopf

Hey guys, I know there hasn't been a lot of activity here. I consider this project to be "done".

BUT, improvements can be made.

First, I want to change the scope of this project. Currently, Darch is responsible for building and integrating with your local GRUB install. I'd like to change that to only be responsible for the GRUB portion.

  1. Removing darch recipes build - They were great, but there were many nice-to-haves needed to bring it on par with what you'd expect from traditional docker build -f Dockerfile builds. I switched my personal recipes from darch recipes build to docker build (here) and it worked out great! Let's remove that concern from Darch.
  2. Make apt-derived solutions officially-supported (Ubuntu/Debian), moving Void/Arch to community-supported - Arch is currently working great, but there is an outstanding bug in Void that I don't have the bandwidth to address. Since I'm not personally using either Arch or Void, I'd like to rely on the community a little here. The only thing that really has to be managed is the initramfs scripts.
  3. Support for persisted boots. - A temporary boot is a great feature, and I will likely continue to use it primarily, but there are rare times when I would like changes made to my OS to persist reboots.
  4. Support either docker or containerd for image storage. Instead of treating darch as the storage mechanism for images, I'd like to make it rely on containerd (current) or docker instead. That means darch stage upload <image-name> would have something like a --docker or a --containerd flag. In each approach, the workflow would be:
    a. Check local (docker|containerd) for .
    b. If it doesn't exist, pull the image.
    c. Extract image for squashfs/rootfs integration into GRUB.
    This will allow for a seamless docker build . -t my-image && darch stage upload my-image.

Thoughts? I'm not sure when I'll get to this, but these are the last remaining buttons before I really call this project complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions