Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/seanenck/workstation-builds
- Owner: seanenck
- License: gpl-3.0
- Created: 2024-10-30T20:46:31.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-30T20:50:43.000Z (2 months ago)
- Last Synced: 2024-10-30T21:29:48.950Z (2 months ago)
- Topics: containers, immutable, rpm-ostree
- Language: Just
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```