Skip to content

Commit 30c8ce7

Browse files
Updated README.md
1 parent 57bf9b5 commit 30c8ce7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# docker-jdk
2+
23
Using docker to provide multiple python runtimes, for use with CD2 internal build systems
4+
5+
[![Build Status](https://travis-ci.org/CODESIGN2/docker-jdk.svg?branch=master)](https://travis-ci.org/CODESIGN2/docker-jdk)
6+
7+
## Using
8+
9+
Probably best to build using your own derrived image. This was done as an experiment to deepen & evidence Jenkins CI expertise.
10+
11+
It's used internally, but will maybe be revisited 1-2 times per-year.
12+
13+
No public real-world usage currently exists, but [open an issue](./issues) if you want to be the first. Reading through [php-ulid](https://github.com/Lewiscowles1986/php-ulid/blob/3358ae90d67474ddf9ce96753110459136b9eb76/Jenkinsfile) you should get an idea for the parts involved.
14+
15+
You don't need to run multiple runtimes in parallel, but it cuts down time testing, and can be used as a roadmapping tool.
16+
17+
## Notes / Troubleshooting
18+
19+
- Not all dependencies will be available for all platforms. 1.x is either EOL or expected to soon. EOL runtimes will be available on dockerhub, but removed from the travis.yml.

0 commit comments

Comments
 (0)