Fedora service
Image Builder is currently running a staging instance on https://console.stg.fedorainfracloud.org/. The intent is to - in the future - integrate more services in a Fedora Console.
Authentication
- Create an account on Fedora staging.
- Authorize the client and get an API token from Fedora
Service API
You can call out to the service's API directly to start building images.
curl -d @request.json -H "content-type: application/json" -H "Authorization: Bearer $API_TOKEN" https://console.stg.fedorainfracloud.org/api/image-builder/v1/compose
curl -H "content-type: application/json" -H "Authorization: Bearer $API_TOKEN" https://console.stg.fedorainfracloud.org/api/image-builder/v1/composes