Add generated tags and Dockerfile links to the README.md files

This commit is contained in:
Tianon Gravi
2014-09-09 15:38:58 -06:00
parent c46d7d7896
commit 9f7f54ecdb
20 changed files with 136 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
# Tags and `Dockerfile` links
- [6b32, 6](https://github.com/docker-library/docker-java/blob/6cc25ee35281099423e521713f710d2549209600/6/Dockerfile)
- [7u65, 7, latest](https://github.com/docker-library/docker-java/blob/6cc25ee35281099423e521713f710d2549209600/7/Dockerfile)
- [8u20, 8](https://github.com/docker-library/docker-java/blob/6cc25ee35281099423e521713f710d2549209600/8/Dockerfile)
# What is Java?
Java is a concurrent, class-based, object-oriented language specifically designed to have as few implementation dependencies as possible. It is intended to allow application developers to "write once, run anywhere", meaning that code that runs on one platform does not need to be recompiled to run on another.