pan3793 commented on code in PR #58764:
URL: https://github.com/apache/spark/pull/58764#discussion_r3999293856


##########
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/DepsTestsSuite.scala:
##########
@@ -68,10 +68,10 @@ private[spark] trait DepsTestsSuite { k8sSuite: 
KubernetesSuite =>
     ).asJava
 
     new ContainerBuilder()
-      .withImage("minio/minio:RELEASE.2025-09-07T16-13-09Z")
+      .withImage("alpine/minio:RELEASE.2025-10-15T17-29-55Z")
       .withImagePullPolicy("IfNotPresent")
       .withName(cName)
-      .withArgs("server", "/data")
+      .withArgs("server", "/home/minio/data")

Review Comment:
   without this change, the container dies immediately:
   
   > FATAL Unable to initialize backend: file access denied
   
   `alpine/minio`'s `WORKDIR` is `/home/minio`, owned by `minio:minio` (uid 100)



-- 
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]

Reply via email to