shin-
|
09f1cbabb9
|
Fixed imports
|
2013-05-06 11:06:44 -07:00 |
Sam Alba
|
c9994ed0fb
|
Moved the Debugf message in a registry to a more useful place
|
2013-05-06 10:57:48 -07:00 |
Guillaume J. Charmes
|
b0e076f374
|
Add output to checksums, code cleaning
|
2013-05-06 10:57:46 -07:00 |
Sam Alba
|
00266df8ac
|
Fixed public pull + Added some verbosity about what is happening
|
2013-05-06 10:57:45 -07:00 |
Sam Alba
|
3febeb93f5
|
Added help message to invite to login when getting a 401
|
2013-05-06 10:57:43 -07:00 |
Sam Alba
|
bcdf03037b
|
Fixed pulling repositories from library
|
2013-05-06 10:57:41 -07:00 |
shin-
|
d985050aeb
|
gofmt pass
|
2013-05-06 10:57:36 -07:00 |
shin-
|
0c5e76958b
|
Use progress reader when uploading/downloading layers
|
2013-05-06 10:57:06 -07:00 |
shin-
|
5690562fc8
|
Fix error in PushImage
|
2013-05-06 10:56:57 -07:00 |
shin-
|
b5873806d0
|
Only send checksums for images not uploaded yet
|
2013-05-06 10:56:52 -07:00 |
shin-
|
6e2ddf6f60
|
Checksum system overhaul
|
2013-05-06 10:56:49 -07:00 |
shin-
|
1c76f91fc4
|
Fixed minor bugs in docker pull
|
2013-05-06 10:56:45 -07:00 |
shin-
|
be75608906
|
Fixed checksum computing. Ensure checksum is computed when image metadata is loaded from disk. Fixed docker push workflow. Moved hash computing to utils
|
2013-05-06 10:56:10 -07:00 |
shin-
|
3c85e9390e
|
Added X-Docker-Token header to initial index requests
|
2013-05-06 10:54:57 -07:00 |
shin-
|
6e936c8fd3
|
Follow redirections when sending PUT request in PushRepository
|
2013-05-06 10:54:53 -07:00 |
shin-
|
e179c66400
|
Reimplemented docker pull for new registry API (command is still deactivated)
|
2013-05-06 10:54:41 -07:00 |
shin-
|
7c1a27e2ad
|
gofmt pass
|
2013-05-06 10:52:10 -07:00 |
shin-
|
1cf8a2c26c
|
Changed some of the routes to reflect changes made to the API ; added HTTPClient singleton to the graph object
|
2013-05-06 10:52:08 -07:00 |
shin-
|
e639309a7a
|
Reimplemented feature: downloading all tags on a repository using docker pull. Temporarily commented out CmdPush
|
2013-05-06 10:51:10 -07:00 |
shin-
|
2f082510a7
|
Implemented new version of PullRepository. Missing support for whole repository pull (= no tag specified)
|
2013-05-06 10:51:07 -07:00 |
shin-
|
2421838b0a
|
Support for the new registry/index API (wip)
|
2013-05-06 10:51:04 -07:00 |
Solomon Hykes
|
965e8a02d2
|
'docker push' shows an additional progress bar while it buffers the archive to disk. Fixes #451.
|
2013-04-21 15:29:26 -07:00 |
Solomon Hykes
|
baacae8345
|
'docker push' buffers filesystem archives on disk instead of memory.
|
2013-04-21 14:23:55 -07:00 |
Guillaume J. Charmes
|
6dc4c74b5a
|
Use crlf in registry function to avoid issue with autlogin in push and autopull in run
|
2013-04-10 19:13:15 -07:00 |
Solomon Hykes
|
a05af3ebf3
|
Fix a bug which caused 'docker push' to fail with 411-lenght-required in Go 1.0
|
2013-04-02 18:37:29 -07:00 |
Solomon Hykes
|
0e1781af26
|
Merge remote-tracking branch 'unclejack/194-high-image-compression'
|
2013-04-02 18:10:07 -07:00 |
Guillaume J. Charmes
|
dea4194f8b
|
Merge pull request #286 from titanous/285-close-bodies
Close HTTP response bodies
|
2013-04-01 17:59:22 -07:00 |
unclejack
|
0ddc6867fb
|
use xz compression when pushing images to the registry
This makes the xz compression the default.
|
2013-04-02 02:19:34 +03:00 |
Solomon Hykes
|
47c4c2abd4
|
Merge remote-tracking branch 'origin/progress_bar_push_pull'
|
2013-04-01 13:49:07 -07:00 |
Caleb Spare
|
13d2b08638
|
A few spelling/grammar corrections.
|
2013-04-01 12:56:50 -07:00 |
Caleb Spare
|
7830cf9166
|
Don't use a strings.Reader where a bytes.Reader will do.
There are several places where a []byte is converted to a string
and then fed into strings.NewReader().
|
2013-04-01 11:15:10 -07:00 |
Jonathan Rudenberg
|
6b59cc8a10
|
Close HTTP response bodies
Fixes #285.
|
2013-04-01 09:51:56 -04:00 |
Guillaume J. Charmes
|
1fc9405537
|
Add progress bar on docker push
|
2013-03-31 13:53:47 -07:00 |
Guillaume J. Charmes
|
b64dfdd8cd
|
Add a progress bar to docker pull
|
2013-03-31 13:04:41 -07:00 |
Guillaume J. Charmes
|
6ccd473127
|
Improve the pre-push repository lookup for permisisons
|
2013-03-26 04:12:08 -07:00 |
Guillaume J. Charmes
|
161526d99d
|
Add a lookup before pushing repository to check permissions
|
2013-03-26 04:12:08 -07:00 |
Solomon Hykes
|
7943a02cb6
|
Improved error checking of 'docker pull' by printing body of HTTP error
|
2013-03-25 18:50:02 -07:00 |
Solomon Hykes
|
f70bc2c98c
|
Cleaned up error checking of 'docker pull', to be symmetrical to 'docker push'
|
2013-03-25 18:48:57 -07:00 |
Solomon Hykes
|
e4a69b1044
|
Cleaned up error checking of 'docker push'
|
2013-03-25 17:20:55 -07:00 |
Solomon Hykes
|
b31211cbe9
|
Cleaned up UI of 'docker push'
|
2013-03-25 17:20:26 -07:00 |
Guillaume J. Charmes
|
504663a6ee
|
Skip missing images instead of failing the push
|
2013-03-25 15:29:42 -07:00 |
Guillaume J. Charmes
|
e09383bccf
|
Remove json alteration
|
2013-03-23 14:54:18 -07:00 |
Guillaume J. Charmes
|
5c04d3488a
|
Implement the "library" repository endpoint on the registry
|
2013-03-22 17:43:11 -07:00 |
Guillaume J. Charmes
|
dc2d930520
|
Remove the json alterations when decoding
|
2013-03-22 14:27:10 -07:00 |
Guillaume J. Charmes
|
966cddf26b
|
Add some verbosity to the push/pull
|
2013-03-22 13:21:44 -07:00 |
Guillaume J. Charmes
|
89763bc8af
|
Remove the lookup before pushing
|
2013-03-22 13:10:17 -07:00 |
Guillaume J. Charmes
|
6e507b9460
|
Add a Debugf() helper and a -D (debug) flag to docker
|
2013-03-22 11:44:12 -07:00 |
Guillaume J. Charmes
|
a2e5333a93
|
Make sure the remote repository exists prior to push
|
2013-03-22 10:42:13 -07:00 |
Guillaume J. Charmes
|
5e6355d182
|
Fix the lookup method
|
2013-03-22 10:22:22 -07:00 |
creack
|
d1c8eabc63
|
Fix/Improve push/pull registry
|
2013-03-22 07:56:44 -07:00 |