Replies: 1 comment
-
upd.: This problem only occurs if there is a port in the URL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to update an image from a private Gitlab-Docker-registry using the following API request:
http://172.30.1.110:8080/v1/update?image=git.example.com:4567/testproject/testrepo
My image has the following name:
git.example.com:4567/testproject/testrepo
I've tried various variations of the image name with no success. In the logs I get the following:
At the same time, if I make a request to the API without specifying an image, everything is successful, how can I correctly access the API if I want to update a specific image?
I also wanted to know if there are any other API methods, such as specifying container-name rather than image-name?
Beta Was this translation helpful? Give feedback.
All reactions