apex / apex/up

Build packs on Fargate

Đang mở
#463 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
Feature Request Feedback Wanted Performance Pro
Ngôn ngữ chính
Go
Star
8.8k
Fork
383
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.