|
|
|
|
|
by gokmengoksel
3615 days ago
|
|
Hi, any project can be made buildable, it's not related with containers it can be any kind of resource you need like an c3.xlarge aws instance. You can see an example stack template to make GitLab itself a 1-click-to-build project https://gitlab.com/gitlab-org/gitlab-ce/blob/709fa3ace13ebac... Which is basically creating an aws instance (c3.xlarge) with 30G of disk space and with a ubuntu ami then installs and builds GitLab-CE on it. |
|