Sign inSign up

zyclonite/fcct-service

By zyclonite

Updated 18 days ago

FCCT / Butane as a Service

Image
Developer tools
Operating systems
0

7.5K

zyclonite/fcct-service repository overview

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

Tag summary

Content type

Image

Digest

sha256:b044dd5ab

Size

4.5 MB

Last updated

3 months ago

docker pull zyclonite/fcct-service