Charlie Drage

Results 133 issues of Charlie Drage

The examples on the readme (AWS and other sections), do not contain `-v /var/lib/containers/storage:/var/lib/containers/storage` with the `--local` command (I know it'll be deprecated here: https://github.com/osbuild/bootc-image-builder/pull/423 This issue is just to...

So I see in the README it says: "An unattended Anaconda installer that installs to the first disk found.". I have a server with 5 HDD's that I have setup...

Stale

See issue: https://github.com/containers/podman-desktop-extension-bootc/issues/149 as well as the code below: https://github.com/osbuild/bootc-image-builder/blob/acb5af53c36b2613665e19617ca2f713ef625d34/bib/cmd/bootc-image-builder/main.go#L251 I did not see an open issue yet for being able to select different arches for building iso. At the...

We should have tagged releases every X amount of weeks. We thought we hit a bug and wanted to roll back to a previous release of the image builder, but...

We have: * Mac = applehv / raw * Linux = qcow2 / raw But nothing native for Windows. Would be awesome to be able to generate wsl2 / .tar.gz...

enhancement
triaged

I'd be awesome to create a .vhd image that I could upload / run easily on Azure.

Example: ``` qcow2: 'qcow2/disk.qcow2', ami: 'image/disk.raw', raw: 'image/disk.raw', iso: 'bootiso/disk.iso', ``` Is where all the locations are. But it should be: ``` qcow2: 'qcow2/disk.qcow2', ami: 'ami/disk.raw', raw: 'raw/disk.raw', iso: 'iso/disk.iso',...

Was not able to find a "documentation" template.. sorry! ### Issue https://github.com/openshift/microshift/blob/main/docs/contributor/image_mode.md#create-virtual-machine talks about downloading an .ISO and using kickstart. However, this goes against the standard documentation with regards to...

### Is your enhancement related to a problem? Please describe See: https://github.com/containers/podman-desktop-extension-bootc/pull/865#discussion_r1811037568 We have ways to detect windows, linux, mac But not arch, we should be able to see if...

kind/enhancement ✨
status/need-triage

docs: add blog post creating an extension ### What does this PR do? - Adds a blog post on how to create an extension - Generic and points to the...