Skip to content

Commit

Permalink
Fix odpi#7572 Switch back to full jdk image for egeria container
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Mar 26, 2023
1 parent df0268f commit a279969
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
# Based on RedHat UBI image.
# https://catalog.redhat.com/software/containers/ubi9/openjdk-17-runtime/61ee7d45384a3eb331996bee


FROM registry.access.redhat.com/ubi9/openjdk-17-runtime
# This can be switched to the runtime image for a smaller footprint image
# However the JDK debugging tools will be lost, which are helpful in monitoring & undersanding performance/resource issues
#FROM registry.access.redhat.com/ubi9/openjdk-17-runtime
FROM registry.access.redhat.com/ubi9/openjdk-17
ARG version=4.0
ARG VCS_REF=unknown
ARG VCS_ORIGIN=unknown
Expand Down

0 comments on commit a279969

Please sign in to comment.