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

**Description** This error occurs when run `make` in the docker/hub-tool git repo **Steps to reproduce the issue:** This is build time error for `make` on git repo docker/hub-tool https://zerobin.net/?5e6685acc932911a#2dNYlHSfppfD21F/dl1VQpCQ0Q5olkrUx99K6VIHcRo= **Output...

It would be nice to have a way to update the README content of a repo (I believe this is `full_description` in the API) **Output of `hub-tool --version`:** ``` Docker...

enhancement

Signed-off-by: João Vanzuita **- What I did** Updated Go version to 1.18 Docker CLI to 20.10.12 ALPINE Docker image to 3.15.4 GoLang Lint to 1.45.2 Go Test Sum to 1.8.0...

--------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- **Description** For me trying to `hub-tool login` with a Personal Access Token (PAT) fails. Login works for the same Docker account with username/password. The same...

Signed-off-by: Sean P. Kane **- What I did** Added code to log, but otherwise ignore 404 NOT FOUND errors when deleting tags. This addresses some additional functionality that was mentioned...

**- What I did** As discussed in https://github.com/docker/hub-tool/issues/176, this pull request adds the ability to log in using environment variables. The capability added in this pull request is useful when...

**Wrong exit code** I am trying to automate a repository pruning using circleci, While the command succeeded exit code is wrong ``` /usr/bin/yes | hub-tool/hub-tool tag rm $image Are you...

``` hub-tool tag rm justincormackfghsdfg/fhjsgfjshda:latest Please type the name of your repository to confirm deletion: justincormackfghsdfg/fhjsgfjshda justincormackfghsdfg/fhjsgfjshda Error: bad status code "404 NOT FOUND" Usage: hub-tool tag rm [OPTIONS] REPOSITORY:TAG...

enhancement

**Description** We need a way to manage Docker Hub Organizations via CLI and/or API to be able to automate Teams and Users. Due to the new Docker license we need...

**Description** Add the ability to pass token/password to hub-tool using CLI switches or environment vars. Other CLI's like `docker` do this for comparison. ``` $ hub-tool/hub-tool login --password-stdin

enhancement