apex / apex/up

Build packs on Fargate

未关闭
#463 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Feature Request Feedback Wanted Performance Pro
主要语言
Go
星标
8.8k
派生
383
PR 合并指标
30 天内没有已合并 PR

描述

With Fargate we could also potentially support Heroku style build packs, and avoid Dockerfiles / Docker builds / Docker registries.

If you just want to deploy a Ruby/Node/Go/Java/Python/Whatever app and have no special environment requirements we could just upload like we do in the Lambda platform, and pull those down in the container.

In `up.json` you'd just do something like the following for an official runtime:

```json
{
"runtime": "up/php"
}
```

Personal runtime:

```json
{
"runtime": "myorg/ruby"
}
```

This would come after #449

---

Would you rather:

[![](https://api.gh-polls.com/poll/01C0PWKBMDQFQF7MC9G7Q6YVC5/Buildpack%20style)](https://api.gh-polls.com/poll/01C0PWKBMDQFQF7MC9G7Q6YVC5/Buildpack%20style/vote)
[![](https://api.gh-polls.com/poll/01C0PWKBMDQFQF7MC9G7Q6YVC5/Dockerfiles)](https://api.gh-polls.com/poll/01C0PWKBMDQFQF7MC9G7Q6YVC5/Dockerfiles/vote)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。