johnpoth commented on issue #4398:
URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1609529735

   Hello @srikanthprathipati !
   
   Yes this is normal because the id must be **image-registry**. So in your 
case it should be:
   
   ```
           <server>
               <id>image-registry</id>
               <username>srikanthprathipati</username>
               <password>*********</password>
           </server>
   ```
   
   Then it should work.
   
   As for the wget command, I think you need the name of your organisation in 
the URL:
   
   ```
   wget 
ghcr.io/YOUR_ORGANISATION/camelk-docker-packages/maven_org_apache_camel_k_external_i787982-enterprise-data-models_1_12_0_i787982-enterprise-data-models-1_12_0_pom
   ```
   I think you removed it when posting to remove sensitive information.
   
   HTH !
   
   John


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to