https://github.com/superfly/buildpacks
Buildpacks for Fly
https://github.com/superfly/buildpacks
Last synced: 3 months ago
JSON representation
Buildpacks for Fly
- Host: GitHub
- URL: https://github.com/superfly/buildpacks
- Owner: superfly
- Created: 2020-04-14T12:42:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T10:17:08.000Z (about 5 years ago)
- Last Synced: 2025-03-07T01:18:43.744Z (3 months ago)
- Language: Shell
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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