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.