-
Notifications
You must be signed in to change notification settings - Fork 228
Still maintained? #47
Comments
It does not seem like it. As of now it's also broken because |
Can somebody maintain this again? It seems docker didn't provide any smooth client library to access registry. |
@lorenzobenvenuti @RussellRollins @ojacobson @dmathieu Pinging some of the top contributors, hopefully someone is the owner of the repository and can answer to this issue. Sorry for the noise. |
Hi, I actually don't know if this repo is still maintained; I just used the API for a really simple cli tool I used during the setup of a private Docker registry. Fine tuning the registry took just a few days and since then I basically stopped working on my project. lorenzo |
Hey, -this is unofficial, just me talking not Heroku's endorsement- |
In case anyone is reading, we are going to maintain a fork https://github.com/appscode/docker-registry-client |
it seems to be dead, and the fork mentioned above does not seem to be updated too... |
@prune998, what are you looking for? |
a working docker registry v2 client that works and is easy to use to list the images in my repo... I'm strongly thinking to making pour HTTPS requests myself right now :) |
Hi @prune998, I coded a client for debug purposes when I had to setup a Docker registry a while ago. It's far from being complete and I'm not working actively on it, but I guess that if you just need to list images you can give it a try: https://github.com/lorenzobenvenuti/docker-registry-cli |
thanks @lorenzobenvenuti but your client is not maintained and is using |
maybe I could go with https://github.com/docker/distribution/blob/master/registry/client/repository.go |
Ops, sorry: I thought I had a release available to download but I was wrong, I compiled the binaries for another Go project I have here on Github... |
I created a fork (https://github.com/nokia/docker-registry-client) that:
I also created several PRs here for the features added to my fork (#60, #61, #62, #63, #64). |
Just checking if this repo is still maintained. I see a lot of pending PRs/issues. Before using this lib, would like to check.
The text was updated successfully, but these errors were encountered: