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-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
8+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
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-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
10+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
1111USER 0
1212WORKDIR /work/
1313
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN git init && \
1414 git add cli && git commit -m "CLI" -a && \
1515 mvn -V -B package -pl cli -am -DskipTests
1616
17- FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
17+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
1818WORKDIR /work/
1919
2020COPY --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-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
10+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
1111USER 0
1212WORKDIR /work/
1313
You can’t perform that action at this time.
0 commit comments