Victor Vieux
|
d1d66b9c5f
|
Merge pull request #1078 from kstaken/fix_json_error
* Remote API: Small fix in /start if empty host config
|
2013-07-01 16:36:58 -07:00 |
|
Guillaume J. Charmes
|
ead9cefadb
|
Merge pull request #1089 from dotcloud/multiple_test_images-fix
- Tests: Fix unit tests when there is more than one tag within the test image
|
2013-07-01 13:58:04 -07:00 |
|
Guillaume J. Charmes
|
185a2fc55e
|
Merge pull request #1086 from crosbymichael/1008-image-entrypoint
+ Builder: Add Entrypoint to builder and container config
|
2013-07-01 13:33:12 -07:00 |
|
Ken Cochrane
|
fb8fac6c60
|
Merge pull request #1088 from kpelykh/master
* Documentation: Update Docker Remote API client list to include Java library
|
2013-07-01 12:50:31 -07:00 |
|
Guillaume J. Charmes
|
b6f288a1ce
|
Fix unit tests when there is more than one tag within the test image
|
2013-07-01 11:45:45 -07:00 |
|
zettaset-kpelykh
|
aa9bec96b1
|
Issue #1087 Docker Java API client -- added java to Docker Remote API Client document
|
2013-07-01 11:28:40 -07:00 |
|
Michael Crosby
|
b16ff9f859
|
Add Entrypoint to builder and container config
By setting an entrypoint in the Dockerfile this
allows one to run an image and only pass arguments.
|
2013-07-01 05:34:27 -09:00 |
|
Victor Vieux
|
348c5c4838
|
Merge pull request #1085 from dotcloud/1076-doc_delete-fix
fix status code in doc
|
2013-07-01 06:30:21 -07:00 |
|
Victor Vieux
|
8dcc6a0280
|
fix status code in doc
|
2013-07-01 13:28:58 +00:00 |
|
Victor Vieux
|
5e029f7600
|
Merge pull request #1061 from proppy/fix-slices-ref
api,server: slice are already refs, no need to return ptr
|
2013-07-01 04:51:56 -07:00 |
|
Kimbro Staken
|
d8d33e8b8b
|
Adding check for content-type header
|
2013-06-30 10:46:09 -07:00 |
|
Solomon Hykes
|
b37f7d49d8
|
Documented release process for maintainers in hack/RELEASE.md
|
2013-06-29 22:08:25 -07:00 |
|
Solomon Hykes
|
d67d5dd963
|
Merge pull request #1065 from dotcloud/bump_0.4.7
Bump version to 0.4.7
|
2013-06-29 21:23:59 -07:00 |
|
Solomon Hykes
|
273e0d42b7
|
* Hack: change builder tests to always use the current unit test image, instead of hardcoding 'docker-ut'
|
2013-06-29 21:22:15 -07:00 |
|
Solomon Hykes
|
ca497a82ab
|
Bump version to 0.4.7
|
2013-06-29 21:12:29 -07:00 |
|
Solomon Hykes
|
b7226316c7
|
* Hack: move unit tests to a different source image, to work around issues when docker-ut has more than 1 tag.
|
2013-06-28 19:43:55 -07:00 |
|
Guillaume J. Charmes
|
84f41954ae
|
Merge pull request #1052 from lopter/master
Fix a couple critical bugs on the test suite
|
2013-06-28 17:00:51 -07:00 |
|
Johan Euphrosine
|
54da339b2c
|
api,server: slice are already refs, no need to return ptr
|
2013-06-28 12:41:09 -07:00 |
|
Sam Alba
|
ac37fcf6f3
|
Fixed conflicts
|
2013-06-28 12:36:59 -07:00 |
|
Sam Alba
|
893c974b08
|
Resolve conflict
|
2013-06-28 12:32:41 -07:00 |
|
Joffrey F
|
30342efa37
|
Merge pull request #700 from dotcloud/615-pushbyid
Allow to push/pull on independent registries (by repository or image ID)
|
2013-06-28 10:29:10 -07:00 |
|
Daniel Mizyrycki
|
6165c246d4
|
Merge pull request #1057 from dotcloud/973-testing-stabilization
testing|stabilization, issue 973: Use docker-golang PPA and lts-raring kernel
|
2013-06-28 09:54:06 -07:00 |
|
shin-
|
72befeef24
|
Fixed issue in registry.GetRemoteTags
|
2013-06-28 18:42:37 +02:00 |
|
Daniel Mizyrycki
|
af2a92f22b
|
testing|stabilization, issue 973: Use docker-golang PPA and lts-raring kernel
|
2013-06-28 09:23:25 -07:00 |
|
shin-
|
ad2f826a82
|
go fmt pass
|
2013-06-28 18:19:58 +02:00 |
|
shin-
|
e095a1572f
|
Allow push by ID when using a custom registry
|
2013-06-28 18:19:58 +02:00 |
|
shin-
|
c3dd6e1926
|
Several fixes and updates to make this work with latest changes in master
|
2013-06-28 18:19:58 +02:00 |
|
Guillaume J. Charmes
|
67ecd2cb82
|
Reenable writeflusher for pull
|
2013-06-28 18:19:58 +02:00 |
|
Guillaume J. Charmes
|
57d751c377
|
Remove https prefix from registry
|
2013-06-28 18:19:58 +02:00 |
|
shin-
|
50075106b6
|
Rolled back of previous commit (skip cert verification)
|
2013-06-28 18:19:58 +02:00 |
|
shin-
|
2a1f8f6fda
|
Ignore 'registry not found' when pushing on independent registries
|
2013-06-28 18:19:58 +02:00 |
|
shin-
|
1c817913ee
|
Skip certificate check (don't error out on self-signed certs)
|
2013-06-28 18:19:58 +02:00 |
|
shin-
|
de0a48bd6f
|
Tentative support for independent registries
|
2013-06-28 18:19:58 +02:00 |
|
Victor Vieux
|
a11fc9f067
|
Merge pull request #1032 from andrewsmedina/govet
following the 'go vet' suggestions for the docker package.
|
2013-06-28 05:27:53 -07:00 |
|
Thatcher
|
e12a204bcc
|
Merge pull request #1028 from dhrp/bugfixes-on-docs
Bugfixes on documentation code
|
2013-06-27 19:01:13 -07:00 |
|
Louis Opter
|
fe014a8e6c
|
Always return the correct test image.
And not a *random* one from its history.
|
2013-06-27 18:01:20 -07:00 |
|
Louis Opter
|
aa8ea84d11
|
Fix a nil dereference in buildfile_test.go
The test runtime object wasn't properly initialized.
|
2013-06-27 18:01:10 -07:00 |
|
Sam Alba
|
3175e56ad0
|
URL schemes of both Registry and Index are now consistent
|
2013-06-27 17:55:17 -07:00 |
|
Guillaume J. Charmes
|
1a201d2433
|
Merge pull request #1035 from dotcloud/fix_panic_cast
- Runtime: fix panic with unix socket
|
2013-06-27 15:22:18 -07:00 |
|
Guillaume J. Charmes
|
750c94efbb
|
Merge pull request #1041 from unclejack/fix_minor_kernel_version_for_git_kernels
remove + from minor kernel version for kernels built from git
|
2013-06-27 15:21:34 -07:00 |
|
unclejack
|
5ed4386bbf
|
remove + from minor kernel version
|
2013-06-27 17:51:17 +03:00 |
|
Victor Vieux
|
9d3ec7b39f
|
fix panic with unix socket
|
2013-06-27 12:57:19 +00:00 |
|
Victor Vieux
|
e68a23bdc1
|
Merge pull request #1019 from dotcloud/1002-change_update_progress_bar_rate-feature
*Remote API: update progressbar every MIN(1%, 512kB)
|
2013-06-27 04:19:42 -07:00 |
|
Andrews Medina
|
6cf493bea7
|
following 'go vet' in utils pkg.
|
2013-06-27 01:40:13 -03:00 |
|
Andrews Medina
|
3d5633a0a0
|
following the 'go vet' suggestions.
|
2013-06-27 01:33:55 -03:00 |
|
Solomon Hykes
|
c4a44f6f0b
|
Merge pull request #1029 from lopter/master
* Hack: add a script to create the docker-ut image (busybox + socat)
|
2013-06-26 16:28:58 -07:00 |
|
Solomon Hykes
|
3e29695c1f
|
Merge pull request #602 from gabrtv/111-bind-mounts
+ Runtime: mount volumes from a host directory with 'docker run -b'
|
2013-06-26 15:59:35 -07:00 |
|
Solomon Hykes
|
46a9f29bae
|
- Runtime: small bugfixes in external mount-bind integration
|
2013-06-26 15:26:47 -07:00 |
|
Gabriel Monroy
|
67239957c9
|
- Fix a few bugs in external mount-bind integration
|
2013-06-26 15:10:38 -07:00 |
|
Solomon Hykes
|
d4e62101ab
|
* Runtime: better integration of external bind-mounts (run -b) into the volume subsystem (run -v)
|
2013-06-26 15:08:07 -07:00 |
|