Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit f7d353e

Browse files
authored
Update README
1 parent 1168b72 commit f7d353e

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# docker-ci-python
2-
Dockerfiles used to generate containers used by our CI
1+
# Codeminer42 Python Images for CI builds
2+
3+
Docker Python images used by our CI.
4+
5+
## Dependencies
6+
7+
The following dependencies are being installed on all images:
8+
9+
* ...
10+
* ...
11+
12+
## Tags
13+
14+
We currently have images for the following versions:
15+
16+
- `?`, `latest` [Dockerfile]()
17+
18+
## Contributing
19+
20+
`Dockerfiles` are stored under folders for each version.
21+
22+
For updating the images, just open a _pull request_ with
23+
the new `Dockerfile` version and, after accepted, Docker
24+
Hub will build automatically after a few minutes.
25+
26+
The images should setup an environment that is widely used,
27+
please don't install dependencies that are specific to a
28+
project. It's also good to have a pattern and all images
29+
support the same things, why a ruby version would use
30+
PhantomJS and the other doesn't?

0 commit comments

Comments
 (0)