Skip to content

Releases: amalfra/docker-hub

Fixes login command issue

02 Sep 08:36
Compare
Choose a tag to compare

Fixes #20
Thanks to @sdahlbac for reporting login command bug

Now Python 3.7+ is required

25 Jun 13:38
Compare
Choose a tag to compare
  • Dropped support for deprecated Python version 3.6
  • Fixes #18. Thanks @raydouglass for reporting the bug

Now Python 3.6+ is required

25 Jul 13:17
Compare
Choose a tag to compare

Fix --all-pages bug

31 Aug 07:43
Compare
Choose a tag to compare

Fixes --all-pages bug

--all-pages option added

31 Aug 05:32
Compare
Choose a tag to compare

A new option --all-pages is now supported by tags argument. It will list all pages of the result. Thank you to @tomviner #11

A bug that prevented token from being saved has also been fixed. Thank you to @sdahlbac #13

Config options are here

18 May 11:03
Compare
Choose a tag to compare

This release adds support for setting and getting config options.
A fix for login bug has also be added in this release.

Corrects json format

05 Jul 18:33
Compare
Choose a tag to compare

This release corrects json format(when using --format json flag) so that output can be piped into other commands for further processing.

Special thanks to @jessestuart for contributing the fix: #9

Adds support for env based auth

02 Jun 12:46
Compare
Choose a tag to compare

This release adds support for authenticating using DOCKER_HUB_USERNAME, DOCKER_HUB_PASSWORD envs.

Documentation update

27 May 08:26
Compare
Choose a tag to compare

nothing much, just readme update

adds login command

27 May 08:17
Compare
Choose a tag to compare

This release adds login command with which you can authenticate to docker-hub. If unauthenticated will be querying docker hub without token and will list public resources only.