You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-20Lines changed: 17 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -12,32 +12,29 @@
12
12
13
13
# Java / OpenJDK 1.8.0
14
14
15
-
### based on Ubuntu 20.04.
15
+
### Pull, build or run this image
16
+
```bash
17
+
# pull the most recent tag / release
18
+
docker pull beevelop/java:v2021.06.1
16
19
17
-
> ⚠ This image formerly used the Oracle Java version. But due the license changes since April 2019, it's not longer feasible to rely on. This image is now using OpenJDK 8.
20
+
# or run the image interactively
21
+
docker run --rm --name beevelop -it beevelop/java:v2021.06.1 bash
0 commit comments