A project for building Fedora CoreOS boxes for Vagrant.
- Packer with VirtualBox and Vagrant support
- VirtualBox
- Podman or Docker (or FCCT installed) - to generate your own Ignition files
- jq - if you want to download the latest images of CoreOS
To build a box, you need to run packer. Eg.:
$ packer build -var-file var_stable.json fedora-coreos.json
This will download the ISO image (if not already in packer's cache) and will build the box.
You might also want to update var_*.json files first, to the latest versions:
$ bash update_vars.sh
In utils/config.ign.yml you'll find a basic machine config file.
You can also add the pre-built boxes in Vagrant:
$ vagrant box add mihailutasu/fedora-coreos-stable
$ vagrant box add mihailutasu/fedora-coreos-next
$ vagrant box add mihailutasu/fedora-coreos-testing
Copyright 2020, Mihai Lutasu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.