File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
kroxylicious-app/src/main/docker
kroxylicious-operator/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 @@ -40,7 +40,7 @@ RUN set -ex; \
4040COPY . .
4141RUN mvn -q -B clean package -Pdist -Dquick -DskipContainerImageBuild=true -DskipDocs=true -Dmaven.test.skip
4242
43- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
43+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
4444
4545ARG JAVA_VERSION=17
4646ARG KROXYLICIOUS_VERSION
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY . .
4141
4242RUN mvn -q -B clean package -Pdist -Dquick -DskipContainerImageBuild=true -DskipDocs=true -Dmaven.test.skip
4343
44- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
44+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
4545
4646ARG JAVA_VERSION=17
4747ARG KROXYLICIOUS_VERSION
Original file line number Diff line number Diff line change 44# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
55#
66
7- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
7+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
88
99ARG TARGETOS
1010ARG TARGETARCH
Original file line number Diff line number Diff line change 44# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
55#
66
7- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
7+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
88
99ARG TARGETOS=linux
1010ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments