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 1f03f41 commit ea9fdc3Copy full SHA for ea9fdc3
.devcontainer/Dockerfile
.gitpod.Dockerfile
@@ -0,0 +1,5 @@
1
+# Not actually used by the devcontainer, but it is used by gitpod
2
+FROM gitpod/workspace-full
3
+
4
+ARG JAVA_VERSION=17.0.7-ms
5
+RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java $JAVA_VERSION && sdk use java $JAVA_VERSION"
.gitpod.yml
@@ -1,4 +1,5 @@
-image: gitpod/workspace-full
+image:
+ file: .gitpod.Dockerfile
tasks:
- init: ./mvnw clean install -U -DskipTests
0 commit comments