The first line of my .gitab-ci.yml
is the following:
image: gradle:5.0-jdk11
This image is 601mb and I am constantly having to pull it from docker hub on every invocation of my build.
Is there any way that the image can be stored on the project's docker repository in Gitlab? So that it is automatically placed there the first time the build is run and then retrieved from there on subsequent invocations of the build?