Using private Docker registries

Hello,

Here’s my issue :

So I have that image I would like to test on the platform. I need to have that image stored on a Docker Registry. So here’s what I’ve done :

1/ Create a Docker Registry on the platform. I just use the default Docker registry image and put it online with some basic auth. Lets say the url is my-registry.koyeb.app

2/ I pushed my Docker image to that my-registry.koyeb.app so that

3/ When trying to create a new service with my image, I try to set up a “Private container registry” using the credentials I configured and https://my-registry.koyeb.app
.

4/ I am getting the following error : “must be a valid docker registry domain”

I’m not sure what the form is expecting here. Is this a bug ? I would think private container registries could be any domain here.

Thanks,
Best,

Hi,

Can you try without https://? Using just my-registry.koyeb.app as private registry URL should work.

This does it, thought I tried it without https://

Thanks !