File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99#
1010# docker run -i --rm -p 8081:8081 springboot/sample-demo
1111# ###
12- FROM registry.access.redhat.com/ubi8/openjdk-17:1.23-3.1756174627 AS builder
12+ FROM registry.access.redhat.com/ubi8/openjdk-17:1.23-3.1757607140 AS builder
1313
1414# Build dependency offline to streamline build
1515RUN mkdir project
@@ -25,7 +25,7 @@ RUN grep version target/maven-archiver/pom.properties | cut -d '=' -f2 >.env-ver
2525RUN grep artifactId target/maven-archiver/pom.properties | cut -d '=' -f2 >.env-id
2626RUN mv target/$(cat .env-id)-$(cat .env-version).jar target/export-run-artifact.jar
2727
28- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23-3.1756174615
28+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23-3.1757607183
2929COPY --from=builder /home/jboss/project/target/export-run-artifact.jar /deployments/export-run-artifact.jar
3030EXPOSE 8081
3131ENTRYPOINT ["/opt/jboss/container/java/run/run-java.sh" , "--server.port=8081" ]
You can’t perform that action at this time.
0 commit comments