Skip to content

Commit 8c32b9a

Browse files
committed
Remove no longer needed RUN_JAVA_VERSION
1 parent fdf6124 commit 8c32b9a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/base/Dockerfile-layout.include.qute

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
###
2424
FROM registry.access.redhat.com/ubi8/openjdk-{java.version}-runtime:1.10
2525

26-
ARG RUN_JAVA_VERSION={dockerfile.run-java-version}
2726
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
2827

2928
# Configure the JAVA_OPTIONS, you can add -XshowSettings:vm to also display the heap size.

independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus/tooling/dockerfiles/codestart.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language:
44
base:
55
data:
66
dockerfile:
7-
run-java-version: 1.3.8
87
native:
98
from: registry.access.redhat.com/ubi8/ubi-minimal:8.4
109
native-distroless:

0 commit comments

Comments
 (0)