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 ./ .
5
5
6
6
RUN mvn -V -B package -pl build-request-processor -am -Dmaven.test.skip
7
7
8
- FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
8
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
9
9
USER 0
10
10
WORKDIR /work/
11
11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mkdir -p /work/cache/target/classes
7
7
8
8
RUN mvn -V -B package -pl cache -am -Dmaven.test.skip
9
9
10
- FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
10
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
11
11
USER 0
12
12
WORKDIR /work/
13
13
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN git init && \
14
14
git add cli && git commit -m "CLI" -a && \
15
15
mvn -V -B package -pl cli -am -DskipTests
16
16
17
- FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
17
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
18
18
WORKDIR /work/
19
19
20
20
COPY --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
7
7
8
8
RUN mvn -V -B package -pl cache -am -Dmaven.test.skip
9
9
10
- FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
10
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:300a7835f9628ac265419526966d0c56cfc74d80236006a31a299c62026067c6
11
11
USER 0
12
12
WORKDIR /work/
13
13
You can’t perform that action at this time.
0 commit comments