Skip to content

Commit

Permalink
Fix JBOSS_CONTAINER_JAVA_JVM_MODULE env var
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Feb 5, 2024
1 parent 9c4d89a commit fe34e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/kogito-openjdk/17-headless/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ envs:
value: "openjdk"
- name: "JAVA_VERSION"
value: "17"
# Same env set by the openjdk image for modules that won't use it
- name: JBOSS_CONTAINER_JAVA_JVM_MODULE
value: /opt/container/java/jvm

execute:
- script: clean.sh
Expand Down
3 changes: 3 additions & 0 deletions modules/kogito-openjdk/17/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ envs:
value: "openjdk"
- name: "JAVA_VERSION"
value: "17"
# Same env set by the openjdk image for modules that won't use it
- name: JBOSS_CONTAINER_JAVA_JVM_MODULE
value: /opt/container/java/jvm

execute:
- script: clean.sh
Expand Down

0 comments on commit fe34e61

Please sign in to comment.