predic8 opened a new issue, #1353: URL: https://github.com/apache/camel-karavan/issues/1353
### Describe the bug Container registry auth failed cause of messed up credentials. Setup to reproduce: docker-compose.yaml: ``` - KARAVAN_CONTAINER_IMAGE_REGISTRY_USERNAME=karavan - KARAVAN_CONTAINER_IMAGE_REGISTRY_PASSWORD=geheim ``` build.sh ``` echo "User $IMAGE_REGISTRY_USERNAME" echo "PWD $IMAGE_REGISTRY_PASSWORD" mvn package jib:build -X \ -Djib.allowInsecureRegistries=true \ -Djib.to.image=$IMAGE_REGISTRY/$IMAGE_GROUP/$PROJECT_ID:$TAG \ ... ``` Shows the password for the user and the user for the password. ### Steps to reproduce the behavior 1. Go to '...'a 2. Click on '....' 3. Scroll down to '....' 4. See error ### Variant Web Application ### Container Management (if applicable) None ### Operating System (if applicable) MacOS ### Version 4.7.0 ### Relevant log output _No response_ -- 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