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:c1bf8370627eaed6711ea22915b476d4216517c35c8f8268c0d39ed983bceaff
8
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
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:c1bf8370627eaed6711ea22915b476d4216517c35c8f8268c0d39ed983bceaff
10
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
11
11
USER 0
12
12
WORKDIR /work/
13
13
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 cli -am -DskipTests
7
7
8
- FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:c1bf8370627eaed6711ea22915b476d4216517c35c8f8268c0d39ed983bceaff
8
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
9
9
WORKDIR /work/
10
10
11
11
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:c1bf8370627eaed6711ea22915b476d4216517c35c8f8268c0d39ed983bceaff
10
+ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:0a8cf41082f11f5bc56bd9438851e54593e17051df49592e953fb59376c7d539
11
11
USER 0
12
12
WORKDIR /work/
13
13
You can’t perform that action at this time.
0 commit comments