Skip to content

Commit

Permalink
Update Istio Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Nov 23, 2023
1 parent e7565aa commit bcf8b28
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 9 deletions.
9 changes: 9 additions & 0 deletions examples/no-operator/04_istio/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ghcr.io/oracle/coherence-operator:3.3.2 AS Builder

FROM ghcr.io/oracle/coherence-ce:22.06.6
COPY --from=Builder /files /files
COPY --from=Builder /files/lib/coherence-operator.jar /app/libs/coherence-operator.jar
COPY coherence-java-client-22.06.6.jar /app/libs/coherence-java-client-22.06.6.jar

ENTRYPOINT ["files/runner"]
CMD ["-h"]
Loading

0 comments on commit bcf8b28

Please sign in to comment.