Commit graph

394 commits

Author SHA1 Message Date
Jess Frazelle 6ac1119737
fix tests
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-01-01 18:11:47 -05:00
Jess Frazelle e318917a7f
fix tests
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-01-01 18:11:17 -05:00
Jess Frazelle 37ba2471c9
update dockerfile to build static properly
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-01-01 14:45:09 -05:00
Jess Frazelle 10deec9bf7
update generated project files
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-01-01 13:50:02 -05:00
Jess Frazelle 99efe6c3c9
fix makefile
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-01-01 13:42:30 -05:00
Jess Frazelle ad6b4d161b
add last updated to tags page as well
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-01-01 12:25:52 -05:00
Jess Frazelle d57e019b47
update delete
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-18 15:17:27 -05:00
Jess Frazelle c1c2894c74
Bump version to v0.8.0
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 16:25:33 -05:00
Jess Frazelle 8f413722ca
remove 1.7 from travis
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 16:01:36 -05:00
Jess Frazelle fc0e13f689
api version
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 15:51:23 -05:00
Jess Frazelle 58c64bf92d
run dep prune
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 15:05:19 -05:00
Jess Frazelle 28970ba35f
remove freebsd and solaris
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 15:03:10 -05:00
Jess Frazelle d69fce34a7
cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 14:41:31 -05:00
Jess Frazelle 74ab433f76
update test
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-14 13:21:01 -05:00
Jess Frazelle 758d45bea2
update api
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 17:33:26 -05:00
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
Jess Frazelle 59ee462713
change to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:47:45 -05:00
Jess Frazelle 1cff9720a0
Bump version to v0.7.0
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:05:42 -05:00
Jess Frazelle 19570a99b3
cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:05:24 -05:00
Jess Frazelle 54adaea027
update getauthconfig to be more reusable
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 13:58:05 -05:00
Jess Frazelle 9bb4c0ee3e
Bump version to v0.6.0
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 13:39:16 -05:00
Jess Frazelle e3777763fb
cleanup staticcheck errors
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 13:39:02 -05:00
Jess Frazelle 76c9404739
Bump version to v0.5.0
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 13:34:37 -05:00
Jess Frazelle f69579d5f5
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 13:34:34 -05:00
Jess Frazelle a1d0f6f9c0
staticcheck
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 13:33:54 -05:00
Chris Smith 0ff43808ca Add more useful error for bad credentials. (#51)
* Add more useful error for bad credentials.

The www-authenticate: basic response currently gets caught by
the token transport, which fails to parse it and spits out
a rather oblique "malformed auth challenge header" error.

Make the token transport ignore basic auth types, and make
the error transport handle a 401 response.

* Format authchallenge.go correctly.
2017-12-11 10:42:19 -05:00
mrfly 3bc47ed926 fix registry remove image (#50) 2017-12-09 11:36:02 -05:00
mrfly cb41c7a396 fix a potential tabwriter panic (#49)
use tabwriter's native write for:
- sometimes tabwriter panic with goroutine
- goroutine with fmt.Fprintf cause dirty data
2017-12-08 15:28:06 -05:00
mrfly 29f6d2fab9 make ls faster (#48) 2017-12-07 09:38:49 -06:00
Jess Frazelle 75dcff4501
Bump version to v0.4.5
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 15:34:08 -05:00
Jess Frazelle 984f7e8ae6
update travis releases
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 15:34:03 -05:00
Jess Frazelle 947838ff0d
Bump version to v0.4.4
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 14:28:53 -05:00
Jess Frazelle 2950f35480
simplify code
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 14:28:46 -05:00
Jess Frazelle f23c0ddc31
Bump version to v0.4.3
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 14:16:47 -05:00
Jess Frazelle 58407adb35
update travis releases
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-11-13 13:56:17 -05:00
Petter Hassberg 2802ba9eb9 Add configurable timout for HTTP requests
So that requests taking more than one minute does not timeout.
2017-10-20 15:26:54 +02:00
Petter Hassberg 2039eea38b Fix auth with clair on 'Basic realm="Registry"' (#45)
If error is malformed auth challenge header: 'Basic realm="Registry"', then also try basic auth.
2017-10-20 07:55:30 -04:00
Eric Muellenbach 4f0355fcf7 Add Support for Registry V2 Manifest Format in Clair module 2017-08-14 12:34:56 +02:00
Patrick Uiterwijk d29d6169ea Fix using a registry anonymously if we have auth for another registry (#40)
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-08-10 15:15:19 -04:00
Jess Frazelle a05260eaf1
Bump version to v0.4.2
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-07-17 13:02:38 -04:00
Jess Frazelle 0499ee2f51
try to find auth by adding https://
fixes #32

Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-07-17 13:00:25 -04:00
Patrick Uiterwijk 78e58d7811 Add flag to only generate registry overview once (#29)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-06-27 16:43:05 -04:00
Jess Frazelle c1412f3d53
fix basic auth with clair
closes #27

Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-19 11:14:59 -04:00
Jess Frazelle 8d8ca405f7
Bump version to v0.4.1
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-07 11:47:00 -04:00
Jess Frazelle ec6298d65b
add bump-version to makefile
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-07 11:46:49 -04:00
Jess Frazelle f76f4b0015
fix
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 20:39:25 -04:00
Jess Frazelle 5f516001b0
fix docker in docker tests
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 20:33:14 -04:00
Jess Frazelle aa124e3ecb
update tests
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 20:15:21 -04:00
Jess Frazelle 2b87c8ea68
update version to v0.4.0
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 18:01:16 -04:00
Jess Frazelle de12adabef
add x/sys
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 18:00:36 -04:00