hub-tool icon indicating copy to clipboard operation
hub-tool copied to clipboard

🧪 Docker Hub experimental CLI tool

Results 61 hub-tool issues
Sort by recently updated
recently updated
newest added

What is the use case for a truncated list of repos? I always want the --all option applied.

enhancement

``` hub-tool tag ls justincormack/fhjsgfjshda TAG DIGEST STATUS EXPIRES LAST UPDATE LAST PUSHED LAST PULLED SIZE ``` this repo doesn't exist it should give an error

"WARNING: This access token will only be displayed once." is weird, it should be "This access token cannot be displayed again"

enhancement

``` ~/Downloads> ./hub-tool_darwin_amd64 help 20:23:14 A tool to manage your Docker Hub images Usage: ./hub-tool_darwin_amd64 [flags] ./hub-tool_darwin_amd64 [command] Available Commands: account help Help about any command org repo tag token...

All commands that take an image reference as parameter (ex: tag inspect, tag delete...) must check the image reference is a hub one and not pointing to a custom registry....

Some commands (ie: `tag ls` and `repo ls`) use paginated hub APIs. Right now it prints only the first page, and rely on a `--all` flag to let user print...

enhancement

- [ ] Move the hub client code outside `internal` package - [ ] Add some client level testing - [ ] Add some golang documentation

small

- [ ] Write unit tests - [ ] Write e2e tests

large

The MongoDB version is outdated in the docker hub when pulling images of MongoDB from the docker hub it's not updated to the latest version of MongoDB. the current stable...

**Remove unreachable code** ```go if resp.StatusCode < 200 || resp.StatusCode >= 300 { return nil, fmt.Errorf("bad status code %q: %s", resp.Status, string(buf)) } ```