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
- Host: GitHub
- URL: https://github.com/redborder/dev-containers
- Owner: redBorder
- License: mit
- Created: 2016-06-08T10:46:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T19:44:09.000Z (over 2 years ago)
- Last Synced: 2023-10-08T20:31:24.758Z (over 2 years ago)
- Topics: development-tools, dockerfile
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/redborder/dev-containers/
- Size: 446 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.