Hello,
I have not found any discussions related to this topic, so maybe it is some local problem on my laptop.
The problem is that container images publishing to GitLab container registry using jib gradle plugin is extremely slow and cannot be completed at all.
To minimize and try to troubleshot the problem I created very simple few lines hello world java project which has 0 dependencies. Jar file size is just few Kb.
I created Docker file for this project and tried to build and push it to gitlab registry using "docker build / docker push". Push took 1-2 minutes and images are successfully published.
A
fter that I deleted pushed container images on gitlab and tried to push images using jib Gradle plugin. Push got stuck on 87.7% and is not moving forward. Eventually build is failed with timeout error.
I tried to enable debug logging for gradle and jib plugin and have not noticed anything suspicious: pull base image, preparing application layer, start pushing... And that is it.
Does anybody who use gitlab and publishes images there have similar problems?
Thank you