Does gitlab container registry supports REST api calls via a docker client

I was try to connect to gitlab private container registry using a docker-java client to pull images.
The client executes an API call
POST /images/create?fromImage=....
To pull the image from gitlab.

However gitlab server responds with 404 error.

So I was wondering is someone from your side could tell me if these endpoints are supported by gitlab container registry.

Hey Sachin, welcome to the forum!

You can find our Container Registry API here: https://docs.gitlab.com/ee/api/container_registry.html

Please let me know if this helped!

1 Like

I am following this up in here:
https://gitlab.com/gitlab-org/gitlab/-/issues/235189

1 Like