Skip to content

Commit

Permalink
Update jre/jdk defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho committed Oct 15, 2023
1 parent 7d5871b commit 0fdc932
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions template/dockerfiles/gradle/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ variables:
type: int
- name: "BUILDERVERSION"
description: "the version of gradle used during the builder stage to generate the executable"
exampleValues: ["jdk8","jdk11","jdk17","jdk19"]
exampleValues: ["jdk8","jdk11","jdk17","jdk19","jdk21"]
- name: "VERSION"
description: "the version of openjdk used by the application"
exampleValues: ["8-jre","11-jre","17-jre","19-jre"]
description: "the jdk version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
variableDefaults:
- name: "BUILDERVERSION"
value: "jdk11"
value: "jdk21"
- name: "VERSION"
value: "11-jre"
value: "21-jre"
- name: "PORT"
value: "80"
10 changes: 5 additions & 5 deletions template/dockerfiles/gradlew/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ variables:
type: int
- name: "BUILDERVERSION"
description: "the version of gradle used during the builder stage to generate the executable"
exampleValues: ["jdk8","jdk11","jdk17","jdk19"]
exampleValues: ["jdk8","jdk11","jdk17","jdk19","jdk21"]
- name: "VERSION"
description: "the version of openjdk used by the application"
exampleValues: ["8-jre","11-jre","17-jre","19-jre"]
description: "the jdk version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
variableDefaults:
- name: "BUILDERVERSION"
value: "jdk11"
value: "jdk21"
- name: "VERSION"
value: "11-jre"
value: "21-jre"
- name: "PORT"
value: "80"
10 changes: 5 additions & 5 deletions template/dockerfiles/java/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ variables:
type: int
- name: "BUILDERVERSION"
description: "the version of maven used during the builder stage to generate the executable"
exampleValues: ["3-jdk-11"]
exampleValues: ["3-eclipse-temurin-17", "3-eclipse-temurin-17", "3-eclipse-temurin-21", "3 (jdk-21)"]
- name: "VERSION"
description: "the version of openjdk used by the application"
exampleValues: ["8-jre","11-jre","17-jre","19-jre"]
description: "the jdk version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
variableDefaults:
- name: "BUILDERVERSION"
value: "3-jdk-11"
value: "3"
- name: "VERSION"
value: "11-jre"
value: "21-jre"
- name: "PORT"
value: "80"

0 comments on commit 0fdc932

Please sign in to comment.