christophd commented on issue #5238: URL: https://github.com/apache/camel-k/issues/5238#issuecomment-2022405137
In the error I can see `Failed to create, open, or parse global Jib config file` as it expects a file in `~/.config/google-cloud-tools-java/jib/config.json`. Jib will create that file if not present but I think the process lacks write permissions for that path. We could add `XDG_CONFIG_HOME` env var and point this to a writable directory within the Docker 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org