babirusa/babirusa-builder
Composer 安装命令:
composer create-project babirusa/babirusa-builder
包简介
Babirusa Runtime builder
README 文档
README
If for some reason, default babirusa runtimes are not enough for you.
E.g. it does not contain PHP extension, or you lambda function requires different PHP version.
You can build your own runtime with babirusa-builder.
Installation
Easiest way to install babirusa-builder is to download latest babirusa-builder.phar from releases page.
babirusa-builder requires Docker running.
Usage
In this example we make an assumption that you want to build PHP 7.2.5 for aws platform.
Create custom Dockerfile
$ mkdir aws && touch aws/Dockerfile
Run babirusa-builder to build your runtime
$ ~/Downloads/babirusa-builder.phar -paws -t. 7.2.5
As a result you should see new file php-7.2.5 in your working directory.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-22