adutra commented on code in PR #843:
URL: https://github.com/apache/polaris/pull/843#discussion_r1926833270


##########
k8/deployment.yaml:
##########
@@ -39,7 +39,7 @@ spec:
     spec:
       containers:
       - name: polaris
-        image: localhost:5001/polaris:latest
+        image: localhost:5001/apache/polaris:latest

Review Comment:
   No, that's the registry part of the image name, and defaults to `docker.io` 
if unspecified: `apache/polaris` expands to `docker.io/apache/polaris`.
   
   [This post](https://blog.nathanv.me/posts/docker-image-names-for-dummies/) 
explains it well.



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