I have a .gitlab-ci.yml file. Its creating some docker images and pushing it to AWS ECR.
When I am running curl command to push some artifacts to remote repository it says curl: not found. I am already using openjdk image to do ./gradlew build. Don't know how to install curl on Gitlab runner.
Please guide.
I was able to resolve it by using apk utility.
Or more recently using
no-cache
: