Derek McGowan
63a215e83c
Remove push by ID
...
Pushing by image ID is not allowed in the Docker CLI and not supported by the registry. An unnamed image also cannot be pushed to a private registry, since no endpoint is specified and it will default to the hub. The hub also does not support this use case, therefore removing the code path is the best solution.
The ability to push a layer without a name is unsupported by the v2 registry.
Signed-off-by: Derek McGowan <derek@mcgstyle.net > (github: dmcgowan)
Upstream-commit: db2d875b5e621378baf690d261969712fbfffcfd
Component: engine
2015-02-10 15:46:42 -08:00
Michael Crosby
8f4f7fbb54
Merge pull request #10687 from icecrime/bump_master_v1.5.0
...
Bump to version v1.5.0-dev
Upstream-commit: 19019722d944ecc17a1a62acc418d74ef4e23407
Component: engine
2015-02-10 14:10:45 -08:00
Jessie Frazelle
5b5c1c638d
Merge pull request #10689 from duglin/ScratchImage
...
Show err msg on empty 'scratch' Dockerfile
Upstream-commit: 84fc81e35369e817dbd91bb2a51745f5eaec55e0
Component: engine
2015-02-10 13:54:43 -08:00
Doug Davis
b185b43330
Show err msg on empty 'scratch' Dockerfile
...
If you have a Dockefile with just:
FROM scratch
An error is generated but its never shown to the CLI. This PR fixes that.
Signed-off-by: Doug Davis <dug@us.ibm.com >
Upstream-commit: 1654dfdf146df42a1271696c0290027460cce59a
Component: engine
2015-02-10 11:43:45 -08:00
Arnaud Porterie
b05344184c
Bump to version v1.5.0
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
Upstream-commit: 66ab357edf7491179c541ed3cfff21904396e56a
Component: engine
2015-02-10 10:52:36 -08:00
Vincent Batts
009380c706
Merge pull request #10474 from petervo/10473-availble-space
...
Add available space to devicemapper status output
Upstream-commit: f4dc496d36d31cf9ca1b3508f10954066ff7f8bc
Component: engine
2015-02-10 16:32:51 +01:00
Alexander Morozov
64a4aefa3d
Merge pull request #10671 from tiborvass/remove-fail-word-from-tests
...
Remove word "fail" from tests
Upstream-commit: d14751bf30a70abe7bc6048af61848eed32ca140
Component: engine
2015-02-09 20:53:15 -08:00
Michael Crosby
1ebda39c1c
Merge pull request #10561 from duglin/SupportNoArgCmds
...
Add support for no-arg commands in Dockerfile
Upstream-commit: 7cc76a7fda2b039a68aa1e1612474e2c4c0c5821
Component: engine
2015-02-09 18:08:14 -08:00
Jessie Frazelle
2dc29a37bd
Merge pull request #10598 from lsm5/core-file-size
...
no limit on core size
Upstream-commit: 9944f8b95453e3d0726fc037aaed41a98e72e070
Component: engine
2015-02-09 17:31:40 -08:00
Sven Dowideit
44b33ef557
Merge pull request #10652 from SvenDowideit/update-9456
...
update kernel reqs doc; recommend updates on RHEL
Upstream-commit: 4284715c79acf1cdc4da1e8af4827b157ed08bb6
Component: engine
2015-02-10 11:02:42 +10:00
Sven Dowideit
48d21d06a2
updates from review
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Upstream-commit: 32c6179f475183ba778cb90656a971cde81340dc
Component: engine
2015-02-10 11:02:05 +10:00
unclejack
2fa60db4e0
update kernel reqs doc; recommend updates on RHEL
...
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com >
Upstream-commit: b4089114efe23b18218886ec2085455d463c7179
Component: engine
2015-02-10 11:02:05 +10:00
Sven Dowideit
9dcb95789e
remove the text-indent and increase the font size
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Upstream-commit: 6257505dbc44bb58c56ac92677dbf07548c0c74a
Component: engine
2015-02-10 09:50:02 +10:00
Sven Dowideit
f24997510f
Simplfy the sidebar html and css, and then allow the text to wrap
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Upstream-commit: c237f9f201bbf5c4b06fbfd65254eb2af75e136f
Component: engine
2015-02-10 09:50:02 +10:00
Tibor Vass
e0ebfad813
Remove word "fail" from tests
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: aadb6289ccd84b9997a43c8b74b2948236f30e76
Component: engine
2015-02-09 18:01:52 -05:00
Peter Volpe
7fe8a53e1c
Detail available space behavior on loop devices
...
Signed-off-by: Peter Volpe <petervo@redhat.com >
Upstream-commit: 6816d27591a24b7a3a5b2e4c85294abffda977a2
Component: engine
2015-02-09 14:51:48 -08:00
Tibor Vass
ea5bb62c0a
Merge pull request #10366 from tiborvass/new-pr-workflow
...
New pull request review workflow
Upstream-commit: d21ecf94fea1b715e5237a2b613074af95e58943
Component: engine
2015-02-09 17:33:37 -05:00
Tibor Vass
6de4570d3e
Merge pull request #10659 from estesp/fix-dup-bind-mounts-testing
...
Clean up dup. volume test and add API test for the same
Upstream-commit: 765c89791bb32cc992a17ad4d4dc7ae28163666d
Component: engine
2015-02-09 16:04:26 -05:00
Jessie Frazelle
c6ec28818e
Merge pull request #10660 from tianon/static_build-tag
...
Update project/make/dynbinary to unset the static_build tag
Upstream-commit: 4c1da911a90949e459a7ed6058b28c619daec40e
Component: engine
2015-02-09 13:02:57 -08:00
Tianon Gravi
12a8539065
Merge pull request #10277 from mleone896/rhinit_dead_pid_file
...
Fixing stale pidfile issue when docker dies abruptly
Upstream-commit: 6da5b88bedf7d14c7efb25ae659cccd8980732a4
Component: engine
2015-02-09 12:19:23 -08:00
Lokesh Mandvekar
2989e6a633
no limit on core size
...
set LimitCORE=infinity to ensure complete core creation,
allows extraction of as much information as possible.
Thanks to Ulrich Obergfell <uobergfe@redhat.com >
and Jeremy Eder <jeder@redhat.com >
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org >
Upstream-commit: ae9cdbbde7824951b124a648e897ac4c291108e3
Component: engine
2015-02-09 19:04:50 +00:00
Mike Leone
71dfbf9d9b
Fixing stale pidfile issue when docker dies abruptly
...
Signed-off-by: Mike Leone <mleone896@gmail.com >
fixing indent
Signed-off-by: Mike Leone <mleone896@gmail.com >
Upstream-commit: 05d04843e6b80f131c07882c882f7e4da018a306
Component: engine
2015-02-09 14:01:12 -05:00
Alexander Morozov
3f6a4b57b6
Merge pull request #10657 from estesp/10655-add-host-err-msg
...
Add more helpful error message for --add-host
Upstream-commit: 62ce5de1c192fa772233146935ebd21a01eccdcb
Component: engine
2015-02-09 10:47:04 -08:00
Phil Estes
43629f56fe
Add more helpful error message for -add-host
...
Fixes : #10655
As noted in the issue, bad format was being returned even if the format
was appropriate, but the IP was invalid. This adds a better error
message for when the IP address fails validation.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com > (github: estesp)
Upstream-commit: 1ce9fa1c601cc6f09f9a39df535515aec355e95e
Component: engine
2015-02-09 12:45:50 -05:00
Phil Estes
123e8eff11
Clean up dup. volume test and add API test for the same
...
Handles missed comments in PR#10622 and adds an API test to validate
error returned properly for duplicate bind mounts for the same
container target path.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com > (github: estesp)
Upstream-commit: 35d48258384a07affac6f49b89a70dd7ffa60428
Component: engine
2015-02-09 12:33:58 -05:00
Tianon Gravi
4046554f92
Merge pull request #10530 from unclejack/install_sh_ssl_certs
...
project/install.sh: install ca-certificates
Upstream-commit: 918b06f53cf9ebdb899d74dcaa90d0f00d0fe9ec
Component: engine
2015-02-09 09:01:02 -08:00
Tianon Gravi
379cbf8e87
Merge pull request #10443 from jbiel/patch-1
...
mkimage-arch.sh - don't run docker in interactive mode
Upstream-commit: 4b681c401c4e01e4cabdfc5197232272f3e88ba2
Component: engine
2015-02-09 08:45:20 -08:00
Tianon Gravi
75b700c443
Update project/make/dynbinary to unset the static_build tag
...
This allows us to use build tags in the code directly to include/exclude code based on our binary's "staticness".
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com >
Upstream-commit: 10a28da8fd5e4e7b29864e98965eed5f2fbd6b7c
Component: engine
2015-02-09 09:30:09 -07:00
James Turnbull
d0465f42ac
Merge pull request #10651 from HammerOfThor/master
...
docs: fix a typo in registry_mirror.md
Upstream-commit: a98355561d23a6b02d5c8d8c94e6ff54866efabf
Component: engine
2015-02-09 05:05:57 -05:00
Vincent Batts
5c8d4a0091
Merge pull request #10440 from rhvgoyal/skip-dot-prefix-files
...
devicemapper: Skip the files with prefix "." during device map construct...
Upstream-commit: 67a4f1db103ac726f6e3d1fe388214ba41062b78
Component: engine
2015-02-09 10:26:27 +01:00
Sven Dowideit
ce923ef765
Merge pull request #10624 from stevekochscience/master
...
Add link to user guide to end of 14.04 section
Upstream-commit: c28ea14bbb5c16cd69aee384d5261f6a53581741
Component: engine
2015-02-09 14:05:33 +10:00
Zhang Wei
a8cd8cc163
docs: fix a typo in registry_mirror.md
...
Signed-off-by: Zhang Wei <zhangwei555@huawei.com >
Upstream-commit: 40486d97098a457bcafd20691ca28648f373a0dc
Component: engine
2015-02-09 10:04:55 +08:00
Sven Dowideit
f77ee21d7f
Merge pull request #10635 from chenhanxiao/docs-Dockerfile-typo
...
docs: fix a typo in Dockerfile.5.md
Upstream-commit: a1eb2bebb812e22c05eeec057b63810b14f6a563
Component: engine
2015-02-09 09:50:18 +10:00
Jessie Frazelle
0e2a2c3c6c
Merge pull request #10529 from waitingkuo/patch-2
...
Update certificates.md
Upstream-commit: c61e97c728e551efbdad6f81eb0118da4269fa88
Component: engine
2015-02-08 12:46:22 -08:00
Wei-Ting Kuo
9851ff3c8f
Update certificates.md
...
`openssl req -new -x509 -text -key client.key -out client.cert` creates a self-sign certificate but not a certificate request.
Signed-off-by: Wei-Ting Kuo <waitingkuo0527@gmail.com >
Upstream-commit: 2f69da2a5ef77966a057ff139d442e9f14ca7083
Component: engine
2015-02-09 04:36:00 +08:00
Doug Davis
4413092410
Get list of Dockerfile cmds from builder so we can be smarted in our tests
...
Signed-off-by: Doug Davis <dug@us.ibm.com >
Upstream-commit: d1e9d07c1b09a145b881a7ee6d58cc2e860167c8
Component: engine
2015-02-08 08:09:02 -08:00
Aidan Hobson Sayers
18202afe1d
Move daemon-only flags into the daemon config struct
...
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net >
Upstream-commit: 06ea5fe979f39645fe0bcac4c830f4ccb7a7b6ae
Component: engine
2015-02-08 12:56:18 +00:00
Doug Davis
d3182181ac
Add support for no-arg commands in Dockerfile
...
We're hoping to add some new commands that don't have any args so this
PR will enable that by removing all of the hard-coded checks that require
commands to have at least one arg. It also adds some checks to each
command so we're consistent in the error message we get. Added a test
for this too.
We actually had this check in at least 3 different places (twice in the
parser and once in most cmds), this removes 2 of them (the parser ones).
Had to remove/modify some testcases because its now legal to have certain
commands w/o args - e.g. RUN. This was actually inconsistent because
we used to allow "RUN []" but not "RUN" even though they would generate
(almost) the same net result. Now we're consistent.
Signed-off-by: Doug Davis <dug@us.ibm.com >
Upstream-commit: e4f02abb51534e560311b0afcfb7b586d9587e67
Component: engine
2015-02-08 03:36:49 -08:00
Alexander Morozov
31dee84599
Merge pull request #10607 from chenhanxiao/enable-upper-proto
...
nat: enable upper case proto
Upstream-commit: f208201375278e0e572d2a7f5a57e5c8b2ee1e4b
Component: engine
2015-02-07 16:56:35 -08:00
Chen Hanxiao
417c803e58
docker_cli_build_test: add testcase of EXPOSE 5678/UDP
...
test whether we could use upper case proto in EXPOSE
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com >
Upstream-commit: 0552f1a0caf8f8e57736d05c2ed42f82e97df5f6
Component: engine
2015-02-08 07:04:22 +08:00
Tibor Vass
0eb30d2c37
Merge pull request #10623 from jfrazelle/update-fish
...
Update docker.fish
Upstream-commit: 7b7c8f587b81eee4733685cc11ad4b40f196d2d3
Component: engine
2015-02-07 12:37:21 -05:00
André Martins
4f7caf8a2c
Fixed one small typo of docker_cli_build_test.go
...
Signed-off-by: André Martins <martins@noironetworks.com >
Upstream-commit: ab4bc988bcf2aae34c27be7e91d86a4c63a1af8d
Component: engine
2015-02-07 15:37:58 +00:00
Chen Hanxiao
2fcf439ff5
docs: fix a typo in Dockerfile.5.md
...
s/Mutliple/Multiple
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com >
Upstream-commit: c4340de04faec1b9d54da62a8a2174da4d6a301b
Component: engine
2015-02-07 17:09:20 +08:00
Tibor Vass
d863024730
Minor nits
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: 30cd215b86337526ce1a7431d8fe4c0f66b5cfff
Component: engine
2015-02-06 22:39:31 -05:00
Arnaud Porterie
ffcc4076f8
Merge pull request #10594 from dmcgowan/v2-registry-tarsum-errors
...
Update verification message logic
Upstream-commit: c03d6f57b6956f305a9afcbdc530a15bbe729fce
Component: engine
2015-02-06 17:01:34 -08:00
Tibor Vass
d6536422f4
Merge pull request #10112 from cpuguy83/4393_fix_volume_where_file_exists
...
Error out if file in container at volume path
Upstream-commit: b0ed2da4418d62d2d7b940b49e0e89bdcd264569
Component: engine
2015-02-06 19:39:48 -05:00
Jessie Frazelle
51fc1df02c
Merge pull request #10320 from shishir-a412ed/cleanup_cmd_tag
...
cleanup of docker tag command code
Upstream-commit: 81f74caee8f9f2fed7d9d47bea74b04a06875477
Component: engine
2015-02-06 16:34:48 -08:00
Tibor Vass
3bd03f7627
Merge pull request #10534 from unclejack/aufs_enable_dio
...
daemon/graphdriver/aufs: enable direct io
Upstream-commit: 414a37f90aa7f01a29e4abdf04b73bb46c896e18
Component: engine
2015-02-06 18:26:09 -05:00
Michael Crosby
6199c38a14
Merge pull request #10548 from SvenDowideit/add-webhook-image-list
...
The Hub build webhooks now list the images that have been built
Upstream-commit: 3807bd97777923cda57879d88e5779fe616191d2
Component: engine
2015-02-06 15:15:16 -08:00
Michael Crosby
b781d30f81
Merge pull request #10578 from SvenDowideit/copy-edit-10516-fedora-install
...
Copy edit 10516 fedora install
Upstream-commit: dfa1a8493788e3d72eadcd11c221d05306fe9dd0
Component: engine
2015-02-06 15:14:31 -08:00