-
Bug
-
Resolution: Done
-
Blocker
-
7.12.0.GA
Part of the runOnOpenShift
oc patch bc backend -p '{"spec":{"strategy":{"dockerStrategy":{"dockerfilePath":"src/main/docker/Dockerfile.jvm"}}}}'
But Dockerfile.jvm contains paths that is made by Quarkus and since Quarkus 2.x the paths changed
COPY target/lib/* /deployments/lib/ -> COPY target/quarkus-app/lib/* /deployments/lib/COPY target/-runner.jar /deployments/app.jar -> COPY target/quarkus-app/-run.jar /deployments/app.jar