From 1d0dd33a691a64b5695ddd700f70854dff7fa6a3 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Mon, 6 Jan 2025 16:44:32 -0800 Subject: [PATCH] Qualify built image names with quay.io. Signed-off-by: James R. Perkins --- images/pom.xml | 2 +- tests/clustering/web-clustering/pom.xml | 2 +- tests/core/env-vars-override-model/pom.xml | 2 +- tests/core/mpconfig-sources/pom.xml | 2 +- tests/datasources/postgresql/pom.xml | 2 +- tests/elytron-oidc-client/auto-registration/pom.xml | 2 +- tests/framework/app/pom.xml | 2 +- tests/framework/kubernetes/pom.xml | 2 +- tests/framework/openshift/pom.xml | 2 +- tests/microprofile/reactive-messaging/amqp/pom.xml | 2 +- tests/microprofile/reactive-messaging/strimzi/pom.xml | 2 +- tests/observability/micrometer/pom.xml | 2 +- tests/observability/opentelemetry/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/images/pom.xml b/images/pom.xml index b4be426c..400f2cbb 100644 --- a/images/pom.xml +++ b/images/pom.xml @@ -134,7 +134,7 @@ ${wildfly.cloud.test.skip.image} - wildfly-cloud-test-image/${project.name}:latest + quay.io/wildfly-cloud-test-image/${project.name}:latest server ${image.name.wildfly.runtime} diff --git a/tests/clustering/web-clustering/pom.xml b/tests/clustering/web-clustering/pom.xml index 0ef7fb44..8a43364f 100644 --- a/tests/clustering/web-clustering/pom.xml +++ b/tests/clustering/web-clustering/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server-with-web-clustering:latest + quay.io/wildfly-cloud-test-image/image-cloud-server-with-web-clustering:latest diff --git a/tests/core/env-vars-override-model/pom.xml b/tests/core/env-vars-override-model/pom.xml index c7b6cd1b..81f86266 100644 --- a/tests/core/env-vars-override-model/pom.xml +++ b/tests/core/env-vars-override-model/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server:latest + quay.io/wildfly-cloud-test-image/image-cloud-server:latest diff --git a/tests/core/mpconfig-sources/pom.xml b/tests/core/mpconfig-sources/pom.xml index a66e4040..f9107d6b 100644 --- a/tests/core/mpconfig-sources/pom.xml +++ b/tests/core/mpconfig-sources/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server:latest + quay.io/wildfly-cloud-test-image/image-cloud-server:latest diff --git a/tests/datasources/postgresql/pom.xml b/tests/datasources/postgresql/pom.xml index 7a1707b0..5284f868 100644 --- a/tests/datasources/postgresql/pom.xml +++ b/tests/datasources/postgresql/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server-with-postgresql-datasource:latest + quay.io/wildfly-cloud-test-image/image-cloud-server-with-postgresql-datasource:latest diff --git a/tests/elytron-oidc-client/auto-registration/pom.xml b/tests/elytron-oidc-client/auto-registration/pom.xml index 3e5e0516..b663b339 100644 --- a/tests/elytron-oidc-client/auto-registration/pom.xml +++ b/tests/elytron-oidc-client/auto-registration/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server-with-elytron-oidc-client:latest + quay.io/wildfly-cloud-test-image/image-cloud-server-with-elytron-oidc-client:latest diff --git a/tests/framework/app/pom.xml b/tests/framework/app/pom.xml index 8251d024..5de7f6c5 100644 --- a/tests/framework/app/pom.xml +++ b/tests/framework/app/pom.xml @@ -32,7 +32,7 @@ jar - wildfly-cloud-test-image/image-cloud-server:latest + quay.io/wildfly-cloud-test-image/image-cloud-server:latest diff --git a/tests/framework/kubernetes/pom.xml b/tests/framework/kubernetes/pom.xml index f12c0555..874c8c18 100644 --- a/tests/framework/kubernetes/pom.xml +++ b/tests/framework/kubernetes/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server:latest + quay.io/wildfly-cloud-test-image/image-cloud-server:latest diff --git a/tests/framework/openshift/pom.xml b/tests/framework/openshift/pom.xml index 22f9fb10..0a17c226 100644 --- a/tests/framework/openshift/pom.xml +++ b/tests/framework/openshift/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-cloud-server:latest + quay.io/wildfly-cloud-test-image/image-cloud-server:latest diff --git a/tests/microprofile/reactive-messaging/amqp/pom.xml b/tests/microprofile/reactive-messaging/amqp/pom.xml index 508763af..90860a29 100644 --- a/tests/microprofile/reactive-messaging/amqp/pom.xml +++ b/tests/microprofile/reactive-messaging/amqp/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-microprofile-reactive-messaging-amqp:latest + quay.io/wildfly-cloud-test-image/image-microprofile-reactive-messaging-amqp:latest diff --git a/tests/microprofile/reactive-messaging/strimzi/pom.xml b/tests/microprofile/reactive-messaging/strimzi/pom.xml index a7c86ee8..c869a266 100644 --- a/tests/microprofile/reactive-messaging/strimzi/pom.xml +++ b/tests/microprofile/reactive-messaging/strimzi/pom.xml @@ -32,7 +32,7 @@ war - wildfly-cloud-test-image/image-microprofile-reactive-messaging-kafka:latest + quay.io/wildfly-cloud-test-image/image-microprofile-reactive-messaging-kafka:latest diff --git a/tests/observability/micrometer/pom.xml b/tests/observability/micrometer/pom.xml index f799f421..4970ea35 100644 --- a/tests/observability/micrometer/pom.xml +++ b/tests/observability/micrometer/pom.xml @@ -33,7 +33,7 @@ war - wildfly-cloud-test-image/image-micrometer:latest + quay.io/wildfly-cloud-test-image/image-micrometer:latest diff --git a/tests/observability/opentelemetry/pom.xml b/tests/observability/opentelemetry/pom.xml index b20e0c6b..004c477f 100644 --- a/tests/observability/opentelemetry/pom.xml +++ b/tests/observability/opentelemetry/pom.xml @@ -33,7 +33,7 @@ war - wildfly-cloud-test-image/image-opentelemetry:latest + quay.io/wildfly-cloud-test-image/image-opentelemetry:latest