Skip to content

zyclonite/fcct-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Pulls Quay.io Enabled build

fcct-service

The Fedora CoreOS Config Transpiler (Butane) as a Service

An API to translate human readable Fedora CoreOS Configs (FCCs) into machine readable Ignition Configs. See the getting started guide for how to use FCCT and the configuration specifications for everything FCCs support.

build

docker build -t zyclonite/fcct-service .

run

docker run --name fcct-service -d -p 8080:8080 zyclonite/fcct-service

use

curl -X POST --data-binary @test/fcos-config.yaml -H "Content-type: text/x-yaml" http://127.0.0.1:8080/api/v1/transpile?pretty=true&strict=false

or open http://127.0.0.1:8080/ in your browser for a simplistic ui

demo

see fcct.wsn.at