Joffrey F
7d0fb7d3f3
Rewrite images command method to decrease complexity
...
Also ensure we properly detect matching image names when tag is omitted
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-20 15:48:08 -07:00
Boris HUISGEN
1b668973a2
Add acceptance test
...
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-09-20 15:48:08 -07:00
Boris HUISGEN
a2ec572fdf
Use same tag as service definition
...
Signed-off-by: Boris HUISGEN <bhuisgen@hbis.fr>
2018-09-20 15:48:08 -07:00
Joffrey F
0fb6cd1139
Merge pull request #6205 from docker/2473-windows-long-paths
...
Force consistent behavior around long paths on Windows builds
2018-09-19 18:11:29 -07:00
Joffrey F
96a49a0253
Force consistent behavior around long paths on Windows builds
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-19 16:09:21 -07:00
Joffrey F
f80630ffcf
Merge pull request #6140 from docker/4688_no_sequential_ids
...
Add randomly generated slug to container names to prevent collisions
2018-09-19 15:12:41 -07:00
Joffrey F
a5f42ae9e4
Merge pull request #6184 from docker/fix-zsh-completion
...
Update zsh completion with new options, and ensure service names are properly retrieved
2018-09-13 17:01:03 -07:00
Joffrey F
17d4845dbb
Merge pull request #6186 from maxwellb/patch-1
...
Handle userns security
2018-09-12 17:04:37 -07:00
Maxwell Bloch
a7c05f41f1
Handle userns security
...
- Adds `--userns=host` when `userns-remap` is set
Signed-off-by: Maxwell Bloch <maxwellbloch@live.com>
2018-09-12 19:29:03 -04:00
Joffrey F
265d9dae4b
Update zsh completion with new options, and ensure service names are properly retrieved
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-12 16:17:30 -07:00
Joffrey F
5916639383
Preserve container numbers, add slug to prevent name collisions
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-12 12:07:52 -07:00
Joffrey F
4e2de3c1ff
Replace sequential container indexes with randomly generated IDs
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-11 15:26:58 -07:00
Joffrey F
bd8b2dfbbc
Merge pull request #6178 from docker/update-versions-script
...
Skip testing TPs/betas for now
2018-09-10 15:44:42 -07:00
Joffrey F
d491a81cec
Skip testing TPs/betas for now
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-09-10 15:08:10 -07:00
Joffrey F
bdd2c80d98
Merge pull request #6172 from riverzhang/typo
...
Fix some typos
2018-09-07 11:41:52 -07:00
Joffrey F
58c5b92f09
Merge pull request #6173 from mirake/fix-typo
...
Typo fix: overriden -> overridden
2018-09-07 11:41:00 -07:00
Joffrey F
7e6275219b
Merge pull request #6171 from tossmilestone/fix-typos
...
Fix typos in CHANGELOG
2018-09-07 11:27:30 -07:00
rongzhang
373c83ccd7
Fix some typo
...
Signed-off-by: rongzhang <rongzhang@alauda.io>
2018-09-07 16:57:43 +08:00
Xiaoxi He
b66782b412
Fix typos in CHANGELOG
...
Signed-off-by: Xiaoxi He <xxhe@alauda.io>
2018-09-07 16:42:38 +08:00
ruicao
5713215e84
Typo fix: overriden -> overridden
...
Signed-off-by: ruicao <ruicao@alauda.io>
2018-09-07 16:08:19 +08:00
Joffrey F
db391c03ad
Merge pull request #6100 from docker/5960-parallel-pull-progress
...
Add progress messages to parallel pull
2018-08-24 11:02:24 -07:00
Joffrey F
2038bb5cf7
Merge pull request #6145 from deivid-rodriguez/bug/broken_url
...
Fix broken url
2018-08-20 14:34:00 -07:00
David Rodríguez
3a93e85762
Fix broken url
...
As per https://github.com/sgerrand/alpine-pkg-glibc#please-note .
Signed-off-by: David Rodríguez <deivid.rodriguez@riseup.net>
2018-08-17 14:08:41 -03:00
Joffrey F
901ee4e77b
Merge pull request #6134 from docker/4841-fix-project-dir
...
Fix --project-directory handling to apply to .env files as well
2018-08-13 16:03:47 -07:00
Joffrey F
eb63e9f3c7
Fix --project-directory handling to apply to .env files as well
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-10 17:02:56 -07:00
Joffrey F
ed245474c2
Merge pull request #6130 from docker/bump_sdk
...
Bump Python SDK -> 3.5.0
2018-08-10 14:08:36 -07:00
Joffrey F
5ad50dc0b3
Bump Python SDK -> 3.5.0
...
Add support for Python 3.7
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-09 18:31:08 -07:00
Joffrey F
f207d94b3c
Merge pull request #6126 from docker/wfender-2013-expose-config-hash
...
Add --hash opt for config command
2018-08-07 21:12:48 -07:00
Joffrey F
ee878aee4c
Handle missing (not built) service image in config --hash
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-07 20:23:21 -07:00
Joffrey F
861031b9b7
Reduce config --hash code complexity and add test
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-07 17:25:35 -07:00
Joffrey F
707e21183f
Fix config hash consistency with unprioritized networks
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-08-07 16:51:01 -07:00
Fender William
541fb65259
Add --hash opt for config command
...
Signed-off-by: Fender William <fender.william@gmail.com>
2018-08-07 16:51:01 -07:00
Joffrey F
473703d0d9
Merge pull request #6115 from graphaelli/parallel-build
...
add --parallel option to build
2018-08-02 15:23:06 -07:00
Joffrey F
6e95eb7437
Merge pull request #6104 from glorpen/fix-pipes
...
Fixes pipe handling in container mode.
2018-07-31 15:39:07 -07:00
Gil Raphaelli
89f2bfe4f3
add --parallel option to build
...
Signed-off-by: Gil Raphaelli <g@raphaelli.com>
2018-07-31 12:06:59 -04:00
Joffrey F
635c77db6c
Merge pull request #6071 from nickhiggs/6060-reattach-logger-on-restart
...
Attach logger to containers after crashing.
2018-07-25 15:20:43 -07:00
Joffrey F
c956785cdc
Add progress messages to parallel pull
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-25 14:39:18 -07:00
Arkadiusz Dzięgiel
7f9c042300
Fixes pipe handling in container mode.
...
Closes #4599 , #4460
- adds a way to provide options from env in both cases (tty & non tty)
- allocates TTY only if both stdin & stdout are TTYs
- enables interactive mode if stdin is not TTY
Signed-off-by: Arkadiusz Dzięgiel <arkadiusz.dziegiel@glorpen.pl>
2018-07-24 12:23:31 +02:00
Joffrey F
ebad981bcc
Merge pull request #6092 from ofek/support-newer-requests
...
support newer minor version of requests
2018-07-23 13:30:07 -07:00
Joffrey F
5d0fe7bcd3
Merge pull request #6080 from chris-crone/macos-rework-build
...
Rework build on macOS
2018-07-23 13:26:21 -07:00
Christopher Crone
450efd557a
macOS: Rework build scripts
...
Allows us to build for older versions of macOS by downloading an
older SDK and building OpenSSL and Python against it.
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2018-07-23 11:41:32 +02:00
Ofek Lev
88d88d1998
support newer minor version of requests
...
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
2018-07-18 22:25:01 -04:00
Joffrey F
6cb17b90ef
1.23.0dev
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-18 11:11:34 -07:00
Joffrey F
bb00352c34
Fix up_with_networks test
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-18 11:09:25 -07:00
Joffrey F
1396cdb4be
Merge pull request #6088 from docker/release
...
Resync master with release
2018-07-18 11:00:56 -07:00
Joffrey F
e20d808ed2
Merge pull request #6087 from docker/bump-1.22.0
...
Bump 1.22.0
2018-07-17 16:01:56 -07:00
Joffrey F
f46880fe9a
"Bump 1.22.0"
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-17 22:48:24 +00:00
Joffrey F
cda827cbfc
Improve finalize robustness and allow resume using special --finalize-resume flag
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-17 22:47:23 +00:00
Joffrey F
8c0411910d
Avoid unrelated file uploads with twine
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-17 22:47:23 +00:00
Joffrey F
d9545a5909
Add distclean to remove old build files
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-07-17 22:47:23 +00:00