WebApps: pulling image from private Gitlab container registry

remolueoend 21 Reputation points
2021-01-02T16:54:21.18+00:00

I'm trying to pull the latest image from my private container registry at gitlab.com. Despite my chosen settings, Azure App Service still tries to pull the image from docker.io instead of registry.gitlab.com (see screenshot [1]). Does anyone have an idea what I am doing wrong? Thanks a lot in advance!

[1] https://imgur.com/a/4NLn4y4

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,905 questions
0 comments No comments
{count} votes

Accepted answer
  1. ajkuma 26,636 Reputation points Microsoft Employee
    2021-01-04T09:55:12.377+00:00

    @remolueoend , Thanks for posting this question!

    From the screenshot, it looks like you're not using the full image URL. Kindly use the full name of the image registry <registry.gitlab.com/<group name>/<image name> and then check if it works fine. Just sharing a related example here.
    For the private registry, you must set the registry name before the image name.

    Please let me know how it goes, I'll follow-up with you further on this.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.