You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could generate this command like we do for faas-cli build. The push and deploy commands would stay the same.
The format for specifying a build pack could be the following where the lang is a buildpack builder i.e. gcr.io/buildpacks/builder:v1 - the / is how we can determine to run pack build instead of docker build
Description
Feature - buildpack support in
faas-cli build
Context
DigitalOcean's AppPlatform, Cloudrun, Heroku, Cloudfoundary, Waypoint all support buildpacks
build packs can generally be inferred automatically, and don't need a Dockerfile
An example for Golang would be the follow:
An example of building this would be:
We could generate this command like we do for faas-cli build. The push and deploy commands would stay the same.
The format for specifying a build pack could be the following where the
lang
is a buildpack builder i.e.gcr.io/buildpacks/builder:v1
- the/
is how we can determine to runpack build
instead ofdocker build
I don't see much for us to lose by trying this out as an experiment, if it doesn't get traction, and becomes a burden then it can be removed.
The text was updated successfully, but these errors were encountered: