An open API service indexing awesome lists of open source software.

https://github.com/superfly/buildpacks

Buildpacks for Fly
https://github.com/superfly/buildpacks

Last synced: 3 months ago
JSON representation

Buildpacks for Fly

Awesome Lists containing this project

README

        

# Buildpacks - Fly.io builders and Buildpacks

Note: for most languages, use the CNB buildpacks abd builders

Currently supporting - Deno

## Create deno buildpacks

pack package-buildpack flyio/deno-cnb --package-config ./package.toml --publish

Detects the present of a deno-app.ts file to trigger build.
(Deno is so lightweight it has no ancillary files that could act as a signatre so we mandate an app name)

## Create deno builder which includes deno-cnb buildpack

pack create-builder flyio/flyio-builder:cflinuxfs3 --builder-config ./builder.toml