Skip to content

Commit

Permalink
Merge pull request #42570 from vsevel/feature/codestart_data_from_jvm…
Browse files Browse the repository at this point in the history
…_dockerfile

Codestart support dockerfile.jvm.from override variable
  • Loading branch information
ia3andy authored Aug 16, 2024
2 parents 26442b9 + 0696f9f commit 3fe2982
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
{#if dockerfile.jvm.from}
FROM {dockerfile.jvm.from}
{#else}
FROM registry.access.redhat.com/ubi8/openjdk-{java.version}:1.20
{/if}

ENV LANGUAGE='en_US:en'

Expand Down

0 comments on commit 3fe2982

Please sign in to comment.