Skip to content

Commit

Permalink
Remove no longer needed RUN_JAVA_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Nov 22, 2021
1 parent fdf6124 commit 8c32b9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
###
FROM registry.access.redhat.com/ubi8/openjdk-{java.version}-runtime:1.10

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

# Configure the JAVA_OPTIONS, you can add -XshowSettings:vm to also display the heap size.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language:
base:
data:
dockerfile:
run-java-version: 1.3.8
native:
from: registry.access.redhat.com/ubi8/ubi-minimal:8.4
native-distroless:
Expand Down

0 comments on commit 8c32b9a

Please sign in to comment.