Skip to content

Releases: amalfra/docker-hub

Fix docker login bug when docker client not installed

19 May 10:57
Compare
Choose a tag to compare

Fix docker login bug when docker client not installed

Fix python 3 issues and add support for shorthand commands

15 Dec 05:33
Compare
Choose a tag to compare

This release fixes a bug which prevents docker-hub from working in python 3. It also fixes user command bug where it was always displaying no results found.

Support for shorthand commands has also been added in this release. Following is the list of supported parameters:

  • -h, --help show this help message and exit
  • -u USERNAME, --username USERNAME The Docker Hub username
  • -o ORGNAME, --orgname ORGNAME Your orgname
  • -r REPONAME, --reponame REPONAME The name of repository
  • -p [PAGE], --page [PAGE] The page of result to fetch
  • -f {table,json}, --format {table,json} You can dispaly results in table, json formats

Now query list of auto builds in your repos

13 Dec 17:32
Compare
Choose a tag to compare

This release adds two new commands:

  • builds - To query auto-builds of a repository
  • queue - To query the auto-build repositories with pending builds only

Also includes few small bug fixes

0.0.4

24 Oct 06:32
Compare
Choose a tag to compare
  • Adds users argument which gets Docker Hub user profile.

0.0.3

20 Oct 10:24
Compare
Choose a tag to compare
  • Adds support for querying tags of repository

0.0.2

19 Oct 06:37
Compare
Choose a tag to compare
  • Hide user password typed by user when logging in to docker hub
  • Use python wheels format for distribution.

Initial Release

17 Oct 07:02
Compare
Choose a tag to compare

First Release!

Supports:

  • Querying repos for organization