Shekharrajak opened a new issue, #20333:
URL: https://github.com/apache/druid/issues/20333
Observed error:
```
Error: Can't get Docker image:
RemoteDockerImage(imageName=minio/minio:latest, ...)
```
and
```
ERROR] org.apache.druid.testing.embedded.docker.ConsulDiscoveryTLSDockerTest
-- Time elapsed: 2.080 s <<< ERROR!
org.testcontainers.containers.ContainerFetchException: Can't get Docker
image: RemoteDockerImage(imageName=minio/minio:latest,
imagePullPolicy=DefaultPullPolicy(),
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@7d2c345d)
at
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308)
at
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346)
at
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
at
org.apache.druid.testing.embedded.TestcontainerResource.start(TestcontainerResource.java:46)
at
org.apache.druid.testing.embedded.EmbeddedDruidCluster.start(EmbeddedDruidCluster.java:301)
at
org.apache.druid.testing.embedded.junit5.EmbeddedClusterTestBase.setup(EmbeddedClusterTestBase.java:98)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Caused by: com.github.dockerjava.api.exception.NotFoundException: Status
404: {"message":"pull access denied for minio/minio, repository does not exist
or may require 'docker login': denied: requested access to the resource is
denied"}
at
org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:241)
at
org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269)
at java.base/java.lang.Thread.run(Thread.java:1474)
```
This failure occurs while initializing the MinIO container and is
unrelated to the code changes under test.
Ref
https://github.com/apache/druid/actions/runs/34673396206/job/103498856288?pr=19510
,
https://github.com/apache/druid/actions/runs/34673396206/job/103498856028?pr=19510
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]