We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2431f35 commit 3cc8864Copy full SHA for 3cc8864
2 files changed
.cloudbuild/graalvm-a.Dockerfile
@@ -12,8 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1
16
-
+FROM ghcr.io/graalvm/graalvm-community:17.0.9-ol7
17
RUN gu install native-image && \
18
yum update -y && \
19
yum install -y wget unzip git && \
.cloudbuild/graalvm-a.yaml
@@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
20
- expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"]
+ expectedError: ["openjdk version \"17.0.9\"", "GraalVM CE 17.0.9"]
21
- name: "maven"
22
command: ["mvn", "-version"]
23
expectedOutput: ["Apache Maven 3.9.4"]
0 commit comments