Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanenck/workstation-builds

bootc/fedora workstation builds (container-based)
https://github.com/seanenck/workstation-builds

containers immutable rpm-ostree

Last synced: about 2 months ago
JSON representation

bootc/fedora workstation builds (container-based)

Awesome Lists containing this project

README

        

Workstation Builds
===

Personal workstation builds for use by bootc for local deployment.
This provides a pretty simplistic way of bootstrapping a workstation
though it requires the use of an atomic spin (from fedora) the first
time so that the bundle can be built and then bootc'd into.

_This image is built and deployed locally/manually via `just`_

## util

Contains simple helpers to inspect/review/deal with images.

### oar

o(ci)-a(rchive) r(eader) will quickly/simply unpack an oci archive,
very naively, into an output directory

```
./oar .ociarchive destdir/
```

to just list JSON information
```
./oar .ociarchive destdir/ --mode info
```

or to list file content without fully unpacking the archive blobs
```
./oar .ociarchive destdir/ --mode ls
```