Build packs on Fargate
- Lenguaje dominante
- Go
- Estrellas
- 8.8k
- Forks
- 383
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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/vote)
[](https://api.gh-polls.com/poll/01C0PWKBMDQFQF7MC9G7Q6YVC5/Dockerfiles/vote)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.