We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc11ef1 commit 6dffbaeCopy full SHA for 6dffbae
jekyll/_docs/build-image-trusty.md
@@ -63,15 +63,24 @@ Pre-installed versions:
63
- `{{ version }}`
64
{% endfor %}
65
66
+<!--
67
+Kludge ahead! circle.yml expects abbreviated version name e.g. openjdk8 but
68
+the actual name on build image is different e.g. openjdk-8-jre.
69
+Since there is no reliable way to map the name that circle.yml expects and the name
70
+actually installed correctly, we hardcode versions here.
71
+-->
72
+
73
### Java
74
-Default: `{{ site.data.trusty.versions.summary.java.default }}`
75
+Default: `oraclejdk8`
76
77
Pre-installed versions:
78
-{% for version in site.data.trusty.versions.summary.java.all %}
-- `{{ version }}`
-{% endfor %}
79
+- `oraclejdk8`
80
81
+- `openjdk8`
82
83
+- `openjdk7`
84
85
### Go
86
0 commit comments