https://github.com/ryanabx/ryanabx-containers
My dev containers && my fedora atomic os container
https://github.com/ryanabx/ryanabx-containers
Last synced: 4 months ago
JSON representation
My dev containers && my fedora atomic os container
- Host: GitHub
- URL: https://github.com/ryanabx/ryanabx-containers
- Owner: ryanabx
- License: mit
- Created: 2024-07-22T03:16:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T21:37:23.000Z (over 1 year ago)
- Last Synced: 2025-02-19T22:29:53.441Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 166 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---
This repo contains all of my container files for development, and for my operating system! (See: [bootc](https://github.com/containers/bootc) and [rpm-ostree](https://github.com/coreos/rpm-ostree))
# Containers
## ghcr.io/ryanabx/ryanabx-dev
This is my toolbox container. It contains everything I need to develop from an immutable OS. To use this image, run this command:
```shell
toolbox create -i ghcr.io/ryanabx/ryanabx-dev:latest
```
To run vscode within it, run this:
```shell
toolbox run code
```
## ghcr.io/ryanabx/cosmic-nightly
Basically just Fedora COSMIC but with my nightly copr attached. This comes with the latest COSMIC packages before the Fedora upstream gets them! I use this personally for Fedora COSMIC and COSMIC upstream development.