Skip to content

fix `microsoft/dotnet:latest` does not exist

Geoffrey GREBERT requested to merge geoffrey-grebert/gitlab:master into master

What does this MR do and why?

The docker image to build .Net Core applications has changed.

Screenshots or screen recordings

docker pull microsoft/dotnet:latest                       
Error response from daemon: pull access denied for microsoft/dotnet, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

How to set up and validate locally

Create a .Net Core project and create a .gitlab-ci.yml with the modified template.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports