This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.22.x by this push:
     new 4afce66b0b46 [4.22x] chore(camel-test-infra-minio): pull MinIO test 
image from quay.io (#2… (#26406)
4afce66b0b46 is described below

commit 4afce66b0b462c2186c87d911307fa6bbb0fc770
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Sep 14 19:53:28 2026 +0200

    [4.22x] chore(camel-test-infra-minio): pull MinIO test image from quay.io 
(#2… (#26406)
    
    chore(camel-test-infra-minio): pull MinIO test image from quay.io (#26359)
    
    The minio/minio repository is no longer available on Docker Hub, so
    mirror.gcr.io (a pull-through cache of Docker Hub) now returns
    "manifest unknown" for RELEASE.2025-09-07T16-13-09Z-cpuv1 and every
    camel-minio integration test fails in @BeforeAll with a
    ContainerFetchException.
    
    The same tag is still published on quay.io with amd64, arm64 and
    ppc64le variants (s390x remains skipped via skipITs.s390x), so switch
    the registry and keep the tag unchanged.
    
    _Claude Code on behalf of Adriano Machado (@ammachado)_
    
    _This was generated by an AI agent and may contain inaccuracies.
    Please verify before relying on it._
    
    Co-authored-by: Adriano Machado <[email protected]>
---
 .../org/apache/camel/test/infra/minio/services/container.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-minio/src/main/resources/org/apache/camel/test/infra/minio/services/container.properties
 
b/test-infra/camel-test-infra-minio/src/main/resources/org/apache/camel/test/infra/minio/services/container.properties
index 8c20edb76939..98630f9d8d3f 100644
--- 
a/test-infra/camel-test-infra-minio/src/main/resources/org/apache/camel/test/infra/minio/services/container.properties
+++ 
b/test-infra/camel-test-infra-minio/src/main/resources/org/apache/camel/test/infra/minio/services/container.properties
@@ -14,5 +14,5 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-minio.container=mirror.gcr.io/minio/minio:RELEASE.2025-09-07T16-13-09Z-cpuv1
+minio.container=quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z-cpuv1
 minio.container.version.exclude=edge,latest,cicd

Reply via email to