File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
build-request-processor/src/main/docker
management-console/src/main/docker Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY ./ .
55
66RUN mvn -V -B package -pl build-request-processor -am -Dmaven.test.skip
77
8- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:e2f33a6c60db4f4e70882a4a557eec5890997f8a1be7e3eb8971a0ff8a45a1a8
8+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:8e863153659dba9ee288b97b7cdf7a83274dd78b26da1e5da6798d0bd45166e8
99USER 0
1010WORKDIR /work/
1111
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mkdir -p /work/cache/target/classes
77
88RUN mvn -V -B package -pl cache -am -Dmaven.test.skip
99
10- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:e2f33a6c60db4f4e70882a4a557eec5890997f8a1be7e3eb8971a0ff8a45a1a8
10+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:8e863153659dba9ee288b97b7cdf7a83274dd78b26da1e5da6798d0bd45166e8
1111USER 0
1212WORKDIR /work/
1313
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY ./ .
55
66RUN mvn -V -B package -pl cli -am -DskipTests
77
8- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:e2f33a6c60db4f4e70882a4a557eec5890997f8a1be7e3eb8971a0ff8a45a1a8
8+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:8e863153659dba9ee288b97b7cdf7a83274dd78b26da1e5da6798d0bd45166e8
99WORKDIR /work/
1010
1111COPY --from=builder /work/cli/target/quarkus-app/lib/ /deployments/lib/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mkdir -p /work/cache/target/classes
77
88RUN mvn -V -B package -pl cache -am -Dmaven.test.skip
99
10- FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:e2f33a6c60db4f4e70882a4a557eec5890997f8a1be7e3eb8971a0ff8a45a1a8
10+ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:8e863153659dba9ee288b97b7cdf7a83274dd78b26da1e5da6798d0bd45166e8
1111USER 0
1212WORKDIR /work/
1313
You can’t perform that action at this time.
0 commit comments