Skip to content

Commit

Permalink
Merge pull request #477 from DenSpirit/master
Browse files Browse the repository at this point in the history
Issue #447 authconfig for searchImages() call
  • Loading branch information
apocas committed Oct 26, 2018
2 parents 4ca2cef + 85afa58 commit ea00699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ Docker.prototype.searchImages = function(opts, callback) {
path: '/images/search?',
method: 'GET',
options: opts,
authconfig: opts.authconfig,
statusCodes: {
200: true,
500: 'server error'
Expand Down

0 comments on commit ea00699

Please sign in to comment.