Created
July 29, 2019 14:48
-
-
Save flannon/7d838d5db6b36f5fd3a05e35ed189f87 to your computer and use it in GitHub Desktop.
Build FCoS with cosa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Posted by Jonathan Lebon <[email protected]> to [email protected] | |
On Wed, Jul 24, 2019 at 10:42 AM Michael Gugino <[email protected]> wrote: | |
> | |
> I tried FCoS prior to the release by using the assembler on github. | |
> Too much secret sauce in how to actually construct an image. | |
Hmm, that's odd. FCOS is definitely magnitudes easier to build locally | |
than FAH ever was. The steps are basically just: | |
$ cosa init https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_coreos_fedora-2Dcoreos-2Dconfig&d=DwICAg&c=slrrB7dE8n7gBJbeO0g-IQ&r=0FP9oxw8Wyb-scqgV4H13A&m=Tqw1rxwlk5VPfnXPnwpxov459ab-6bmdudQZpcZqswM&s=QjjXykSTBmW1lPLwbZMhSWrvFSX4iXoTJJqp_Ou0Qjo&e= | |
$ cosa fetch | |
$ cosa build | |
The cosa README[1] has some steps on how to get set up. There's no | |
"secret sauce" really (you can see the full pipeline the official FCOS | |
releases use[2] -- lots of goop, but it's mostly centered around | |
simple `cosa` commands). We have people in freenode/#fedora-coreos who | |
would be happy to help you (or anyone) get set up! | |
[1] https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_coreos_coreos-2Dassembler&d=DwICAg&c=slrrB7dE8n7gBJbeO0g-IQ&r=0FP9oxw8Wyb-scqgV4H13A&m=Tqw1rxwlk5VPfnXPnwpxov459ab-6bmdudQZpcZqswM&s=t18_Kk9ORMWcDUdKn6JbMIyXLDO1qkWYHkiZmviccTU&e= | |
[2] https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_coreos_fedora-2Dcoreos-2Dpipeline_blob_8e1d80b7d289b7ab1939e1a0d47f1e39bda30351_Jenkinsfile&d=DwICAg&c=slrrB7dE8n7gBJbeO0g-IQ&r=0FP9oxw8Wyb-scqgV4H13A&m=Tqw1rxwlk5VPfnXPnwpxov459ab-6bmdudQZpcZqswM&s=WVMJbjtciy2ZNuYVwBquRZFLZGK-ZZFjiJnf_de-uHU&e= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment