Building docker images with Jib and Gitlab-CI
问题 I am trying to create a pipeline where docker images are created using JIB (via a Maven Plugin) and pushed to my Gitlab Registry. This works fine locally as I am logged into my docker registry. <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> <version>1.0.0</version> <configuration> <allowInsecureRegistries>true</allowInsecureRegistries> <from> <image>dockerhost/projectgroup/alpine</image> </from> <to> <image>dockerhost/project/imagename:${project