tadayosi opened a new issue #1860: URL: https://github.com/apache/camel-k/issues/1860
It seems there is a problem with using GitHub Packages as the registry right now. https://camel.apache.org/camel-k/latest/installation/registry/github.html Executing `kamel run` to run an integration builds a kit and uploads it to the registry successfully, but it then always fails at pulling the image from the registry during the pod creation. The root cause appears that Camel-K specifies the image with sha256 digest like `docker.io/tadayosi/camel-k-kit-xxxxx@sha256:xxxxx` but GitHub Packages registry doesn't seem to support the method: https://docs.github.com/en/free-pro-team@latest/packages/guides/configuring-docker-for-use-with-github-packages#downloading-an-image We should probably use `IMAGE_NAME:VERSION` as the image. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
