Mise à jour de 'Sources/API/Quarkus/src/main/docker/Dockerfile'
continuous-integration/drone/push Build is failing Details

Api_Vertx
David D'ALMEIDA 2 years ago
parent edd015c133
commit 7f17250922

@ -76,8 +76,8 @@
# #
### ###
FROM maven:3.8.3-jdk-11 AS base FROM maven:3.8.3-jdk-11 AS base
RUN ./mvnw package
FROM registry.access.redhat.com/ubi8/openjdk-11:1.14 FROM registry.access.redhat.com/ubi8/openjdk-11:1.14
# We make four distinct layers so if there are application changes the library layers can be re-used # We make four distinct layers so if there are application changes the library layers can be re-used
COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/ COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/
COPY --chown=185 target/quarkus-app/*.jar /deployments/ COPY --chown=185 target/quarkus-app/*.jar /deployments/

Loading…
Cancel
Save