Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

FCCT/Butane as a Service

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages