snazy commented on code in PR #3773:
URL: https://github.com/apache/polaris/pull/3773#discussion_r2811757493


##########
runtime/test-common/src/main/resources/org/apache/polaris/test/commons/keycloak/Dockerfile-keycloak-version:
##########
@@ -19,4 +19,4 @@
 
 # Dockerfile to provide the image name and tag to a test.
 # Version is managed by Renovate - do not edit.
-FROM keycloak/keycloak:26.5.3
+FROM quay.io/keycloak/keycloak:26.5.3

Review Comment:
   quay.io is the "primary"  registry for Keycloak.
   Docker Hub has rate limiting in place, which _should_ be irrelevant for GH 
actions, but not for other usage.
   It's usually nicer to explicitly specify the registry instead of having the 
Docker daemon do the "try all the registries" dance.



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

Reply via email to