[
https://issues.apache.org/jira/browse/FLINK-40802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser reassigned FLINK-40802:
--------------------------------------
Assignee: Martijn Visser
> MinioTestContainerTest and the S3 e2e tests fail on all release branches
> because quay.io/minio/minio is no longer public
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-40802
> URL: https://issues.apache.org/jira/browse/FLINK-40802
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 2.3.0, 2.2.1, 1.20.6
> Reporter: Martijn Visser
> Assignee: Martijn Visser
> Priority: Blocker
>
> Since 2026-09-24 quay.io/minio/minio can no longer be pulled anonymously, so
> every test that starts the MinIO container fails again on release-1.20,
> release-2.2 and release-2.3. FLINK-40652 moved these tests to quay.io after
> minio/minio was removed from Docker Hub. master is not affected, it uses
> SeaweedFS since FLINK-39499.
> release-1.20:
> https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=79414&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a
> release-2.2:
> https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=79415&view=logs&j=1c002d28-a73d-5309-26ee-10036d8476b4
> release-2.3: https://github.com/apache/flink/actions/runs/36084551382
> {code}
> Unable to find image 'quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z'
> locally
> docker: Error response from daemon: unauthorized: access to the requested
> resource is not authorized
> {code}
> {code}
> [ERROR] org.apache.flink.fs.s3.common.MinioTestContainerTest.testPutObject --
> Time elapsed: 433.8 s <<< ERROR!
> org.testcontainers.containers.ContainerFetchException: Can't get Docker
> image:
> RemoteDockerImage(imageName=quay.io/minio/minio:RELEASE.2022-02-07T08-17-33Z,
> ...)
> {code}
> minio/minio and minio/mc are no longer in the public repository list of the
> minio organization on quay.io, and an anonymous pull of minio/minio gets the
> same answer as a repository that does not exist. The first failing run is
> from 2026-09-24 21:41 UTC, the last successful pull was at 12:07 UTC that day.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)