Skip to content

Commit 5425e18

Browse files
committed
Update builder images and fix leftovers for Ant update to 1.10.15
1 parent 0fb2202 commit 5425e18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

deploy/operator/config/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ labels:
1111

1212
#note that when updating the ref here you must also update system-config.yaml
1313
patches:
14-
- path: https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service-builder-images/dc2bb99227bfe251a8273923a4e05ca01652e256/image-config.yaml
14+
- path: https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service-builder-images/67236e7041a57cd8e31a6f890b0155bc0a1c1700/image-config.yaml

deploy/operator/config/system-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ spec:
77
builders:
88
#note that when updating the ref here you must also update kustomization.yaml
99
ubi8:
10-
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi8:dc2bb99227bfe251a8273923a4e05ca01652e256
10+
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi8:67236e7041a57cd8e31a6f890b0155bc0a1c1700
1111
priority: 2000
1212
ubi7:
13-
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi7:dc2bb99227bfe251a8273923a4e05ca01652e256
13+
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi7:67236e7041a57cd8e31a6f890b0155bc0a1c1700
1414
priority: 1000
1515

java-components/build-request-processor/src/main/java/com/redhat/hacbs/container/analyser/build/ant/AntUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public final class AntUtils {
2323
public static final String ANT_VERSION_JAVA5 = "1.9.16";
2424

25-
public static final String ANT_VERSION_JAVA8 = "1.10.13";
25+
public static final String ANT_VERSION_JAVA8 = "1.10.15";
2626

2727
public static final String BUILD_XML = DEFAULT_BUILD_FILENAME;
2828

java-components/build-request-processor/src/test/java/com/redhat/hacbs/container/analyser/build/LookupBuildInfoCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@QuarkusTest
3535
@QuarkusTestResource(value = LogCollectingTestResource.class, restrictToAnnotatedClass = true, initArgs = @ResourceArg(name = LogCollectingTestResource.LEVEL, value = "FINE"))
3636
class LookupBuildInfoCommandTest {
37-
private static final String TOOL_VERSIONS = "sbt:1.8.0,jdk:7;8;11;17;21,maven:3.8.8;3.9.5,ant:1.9.16;1.10.13,gradle:8.4;8.3;8.0.2;7.4.2;7.6.3;7.5.1;6.9.2;5.6.4;4.10.3";
37+
private static final String TOOL_VERSIONS = "sbt:1.8.0,jdk:7;8;11;17;21,maven:3.8.8;3.9.5,ant:1.9.16;1.10.15,gradle:8.4;8.3;8.0.2;7.4.2;7.6.3;7.5.1;6.9.2;5.6.4;4.10.3";
3838

3939
private static final String CACHE_URL = "https://repo1.maven.org/maven2";
4040

0 commit comments

Comments
 (0)