An open API service indexing awesome lists of open source software.

https://github.com/redborder/dev-containers

This repo contains Dockerfiles to create development environments for some redborder's applications
https://github.com/redborder/dev-containers

development-tools dockerfile

Last synced: about 2 months ago
JSON representation

This repo contains Dockerfiles to create development environments for some redborder's applications

Awesome Lists containing this project

README

          

# redborder development containers

This repo contains Dockerfiles associates to some redborder's applications.
Images created using Dockerfiles on this repo will generate a development ready
environment. It's mainly used by developers and CI tools and **is not**
meant to use on production.

## Pull requests

You have to satisfy the following requirements if you make a pull request:

- You **MUST** use the "template-dockerfile" on the root of the repo as
template.
- You **MUST** not modify the template. Add new lines **after** the base
template.
- You **SHOULD** keep in sync with the base branch using rebase.