Groumph opened a new issue, #1181: URL: https://github.com/apache/camel-karavan/issues/1181
I am attempting to use Azure DevOps Git and Azure Container Registry. When I push in Karavan, it is working fine. The files show up in Azure DevOps. Whenever I try to do anything with containers, I get the following: `2024-03-15 22:07:38,227 INFO [org.apa.cam.kar.doc.DockerForKaravan] (executor-thread-5) DevMode starting for testtest with JBANG_OPTIONS= 2024-03-15 22:07:42,774 ERROR [com.git.doc.api.asy.ResultCallbackTemplate] (docker-java-stream--873483501) Error during callback: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} at com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247) at com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) at java.base/java.lang.Thread.run(Thread.java:840) 2024-03-15 22:07:42,775 ERROR [org.apa.cam.kar.api.DevModeResource] (executor-thread-5) com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} 2024-03-15 22:08:28,720 INFO [org.apa.cam.kar.doc.DockerForKaravan] (executor-thread-4) DevMode starting for testtest with JBANG_OPTIONS=--verbose 2024-03-15 22:08:29,635 ERROR [com.git.doc.api.asy.ResultCallbackTemplate] (docker-java-stream--873483501) Error during callback: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} at com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247) at com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) at java.base/java.lang.Thread.run(Thread.java:840) 2024-03-15 22:08:29,635 ERROR [org.apa.cam.kar.api.DevModeResource] (executor-thread-4) com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} 2024-03-15 22:08:46,802 INFO [org.apa.cam.kar.doc.DockerForKaravan] (executor-thread-2) DevMode starting for testtest with JBANG_OPTIONS= 2024-03-15 22:08:47,757 ERROR [com.git.doc.api.asy.ResultCallbackTemplate] (docker-java-stream--873483501) Error during callback: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} at com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247) at com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) at java.base/java.lang.Thread.run(Thread.java:840) 2024-03-15 22:08:47,757 ERROR [org.apa.cam.kar.api.DevModeResource] (executor-thread-2) com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} 2024-03-15 22:10:05,742 INFO [org.apa.cam.kar.doc.DockerForKaravan] (executor-thread-2) Starting Build Container 2024-03-15 22:10:06,666 ERROR [com.git.doc.api.asy.ResultCallbackTemplate] (docker-java-stream--873483501) Error during callback: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} at com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247) at com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) at java.base/java.lang.Thread.run(Thread.java:840) 2024-03-15 22:10:06,666 ERROR [org.apa.cam.kar.api.ProjectResource] (executor-thread-2) Status 500: {"message":"Head \"https://ghcr.io/v2/apache/camel-karavan-devmode/manifests/4.4.0\": denied: denied"} ` Is this that there is an issue accessing Azure Container Registry? Or an issue accessing that manifest? Thank you. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org