johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1557439767
Hi @srikanthprathipati, Unfortunately I was not able to reproduce and I am able to upload local dependencies to my [GHCR](https://github.com/johnpoth?tab=packages): ``` $./kamel run examples/languages/SampleS3.java -d file://e2e/global/registry/files/sample-decryption-1.0.jar --verbose .... spectrum - 2023/05/22 15:19:19 **ghcr.io/johnpoth/maven_org_apache_camel_k_external_sample-decryption_1_0_sample-decryption-1_0_jar:1.0**: digest: sha256:0a8f93e4a10e72e6a9dca7ad7593b7902fa4ff4d15509f67dc359430026d29b0 size: 424 ``` Does your token have **delete** and **write** rights in your organization ? Are you able to push images with the docker CLI ? It would be nice if you could try to tag and push a dummy image to: ``` docker push ghcr.io/********/camelk-docker-packages/maven_org_apache_camel_k_external_sasl-ssl-kafka-producer2-enterprise-data-models_1_12_0_sasl-ssl-kafka-producer2-enterprise-data-models-1_12_0_jar:1.12.0 ``` Hopefully Docker will through a more meaningful error then the `go-containerregistry`library. Thanks ! -- 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