apex / apex/up

Build packs on Fargate

オープン
#463 コメント 4 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。