From faa6084c1c138aef75e767e5da3aea4947006893 Mon Sep 17 00:00:00 2001 From: "jeanphi.baconnais" Date: Tue, 24 Oct 2023 13:06:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Gitpod=20configur?= =?UTF-8?q?ation=20with=20Java=2017?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.yml | 3 --- .gitpod/Dockerfile | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3d06e70f531f3..537c4cdcd241c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,3 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. image: file: .gitpod/Dockerfile diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index f15c4361b51e9..ed3ace5b124b4 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -1,8 +1,8 @@ -FROM gitpod/workspace-java-11 +FROM gitpod/workspace-java-17 RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \ - sdk install java 11.0.9.j9-adpt && \ - sdk use java 11.0.9.j9-adpt && \ + sdk install java 17.0.9-tem && \ + sdk use java 17.0.9-tem && \ yes | sdk install quarkus && \ rm -rf $HOME/.sdkman/archives/* && \ rm -rf $HOME/.sdkman/tmp/* "