Skip to content

Commit

Permalink
Merge pull request #7574 from planetf1/egeria-release-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
planetf1 authored Mar 26, 2023
2 parents df0268f + a279969 commit 65fb850
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 65fb850

Please sign in to comment.