Skip to content

Commit

Permalink
Update Builder-Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rgolangh authored Nov 27, 2023
1 parent 751cbc2 commit 655fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/Builder-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ COPY --chmod=644 ${WF_RESOURCES} ./resources/

# Build the app
RUN /home/kogito/launch/build-app.sh ./resources

oo many open files
#=============================
# Runtime Run
#=============================
FROM registry.access.redhat.com/ubi8/openjdk-11:latest
FROM registry.access.redhat.com/ubi8/openjdk-17:latest
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

# We make four distinct layers so if there are application changes the library layers can be re-used
Expand Down

0 comments on commit 655fe68

Please sign in to comment.