alibaba / funcraft

(have) Fun with Serverless(API Gateway & Function Compute)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在有 Funfile 的情况下支持本地打包

bytemain opened this issue · comments

目前是发现有 Funfile 就启用 docker。

using template: template.yml

start building function dependencies without docker


building xxx/xxx

Funfile exist, Fun will use container to build forcely

但是我们的 CI 上需要本地打包,开发时因为是 Mac 所以要使用容器进行打包。。

看了一下 build 的参数,并没有本地打包的选项

commented

有个参数fun build -d

❯ fun build -h
Usage: fun build [options] [[service/]function]

Build the dependencies.

Options:
  -d, --use-docker           Use docker container to build functions
  -b, --use-buildkit         Use buildkit to build functions
  -y, --assume-yes           Automatic yes to prompts. Assume "yes" as answer to all prompts and run non-interactively.
  -t, --template [template]  The path of fun template file.
  -h, --help                 display help for command