main icon indicating copy to clipboard operation
main copied to clipboard

Create Standardized Local Development Environment

Open noelmiller opened this issue 9 months ago • 4 comments

I was talking with Jorge in the discord and getting a standardized local development environment set up would make it much easier to onboard folks. The biggest hurdle I found working with this project is not having an easy way to configure a development environment using automation.

Current process:

  1. Create Local Container Registry
  2. Download ISO for Silverblue and install on your VM
  3. Add configuration information to point to local registry
  4. Rebase onto your locally built container image

Proposed Process:

  1. Install Ansible
  2. Run Ansible-Playbook
  3. Development environment is up

What will the playbook do?

  1. Download CoreOS Image based on your hypervisor and use ignition file to rebase on your local repository

Anyone have any thoughts on this?

noelmiller avatar Sep 30 '23 22:09 noelmiller