Dears this has probably been discussed before but i could not find good results.
I am currently able to push to a private registry without issue, however we also have private pull registry with images that are not on docker hub... and for this I still did not find a way to make it work, with "No matching credentials were found, falling back on anonymous" messages all over the place.
So perhaps i am missing something very basic but how can I setup Kaniko to pull images from my private registry?
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
is there something like --source so it uses a mirror or private registry all the time?