Sebastiaan van Stijn
82ffedbde3
Merge pull request #2561 from dito/patch-1
...
docs: fix broken link
2020-06-16 12:18:39 +02:00
dito
0f7260d1c7
Fix broken link
...
Signed-off-by: Daisuke Ito <itodaisuke00@gmail.com>
2020-06-16 10:19:16 +09:00
Sebastiaan van Stijn
a8df5e974e
Merge pull request #2580 from dominikbraun/2565-remove-image-images-alias
...
Remove 'images' alias from 'image ls' command
2020-06-16 00:09:41 +02:00
Sebastiaan van Stijn
077af8151f
Merge pull request #2578 from cpuguy83/anotate_os_version
...
Added support for setting OS version in docker manifest annotate.
2020-06-15 19:31:17 +02:00
Dominik Braun
1570025f00
Remove 'images' alias from 'image ls' command
...
Signed-off-by: Dominik Braun <Dominik.Braun@nbsp.de>
Remove assertion for 'images' alias of 'image ls'
Signed-off-by: Dominik Braun <Dominik.Braun@nbsp.de>
2020-06-15 17:48:43 +02:00
Silvin Lubecki
d21c5bd4ad
Merge pull request #2582 from thaJeztah/bump_docker
...
vendor: update docker, containerd
2020-06-15 13:54:26 +02:00
Sebastiaan van Stijn
458c2336c9
vendor: containerd c80284d4b5291a351bb471bcdabb5c1d95e7a583
...
full diff: 4d242818bf...c80284d4b5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-15 13:33:00 +02:00
Sebastiaan van Stijn
0d57a400b3
vendor: docker/docker aaf470eca7b588aa19e6681bff8bf08d17be1bf2
...
full diff: 41ac6bef8d...aaf470eca7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-15 13:32:53 +02:00
Silvin Lubecki
c5c6fb1cd4
Merge pull request #2579 from thaJeztah/fix_cfgfile_error
...
config: fix error message using incorrect filename
2020-06-15 10:35:57 +02:00
Sebastiaan van Stijn
494f30a1a5
config: fix error message using incorrect filename
...
Before:
echo 'invalid-json' > ~/.dockercfg
docker pull hello-world
WARNING: Error loading config file: /root/.docker/config.json: Invalid Auth config file
After:
echo 'invalid-json' > ~/.dockercfg
docker pull hello-world
WARNING: Error loading config file: /root/.dockercfg: Invalid Auth config file
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-12 22:30:10 +02:00
Saswat Bhattacharya
bc5f102244
Added support for setting OS version in docker manifest annotate.
...
Signed-off-by: Saswat Bhattacharya <sas.saswat@gmail.com>
2020-06-12 12:04:03 -07:00
Sebastiaan van Stijn
af2c31c4a7
Merge pull request #2572 from simonferquel/context-dont-loose-additional-fields
...
Don't loose additional metadata fields when read/writing contexts metadata
2020-06-12 10:59:23 +02:00
Tibor Vass
31822ff745
Merge pull request #2551 from cpuguy83/platform_on_create
...
Platform on create
2020-06-11 11:35:32 -07:00
Silvin Lubecki
4f63781890
Merge pull request #2563 from thaJeztah/bump_circleci_docker
...
CircleCI: update docker versions used in CI
2020-06-11 15:21:47 +02:00
Silvin Lubecki
0b3754d351
Merge pull request #2547 from thaJeztah/fix_dockerd_api_link
...
docs: fix broken link in dockerd.md
2020-06-11 15:20:16 +02:00
Silvin Lubecki
6c4db3bbb1
Merge pull request #2562 from thaJeztah/bump_golang_1.13.12
...
Bump Golang 1.13.12
2020-06-11 15:11:17 +02:00
Justin Cormack
c27f55e3c3
Merge pull request #2448 from thaJeztah/deprecate_classic
...
Deprecate classic Swarm and overlay networks using external k/v stores
2020-06-11 11:50:31 +01:00
Simon Ferquel
2ab4b4d536
Don't loose additional metadata fields
...
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2020-06-10 15:07:23 +02:00
Sebastiaan van Stijn
b350e14b1f
Merge pull request #2569 from thaJeztah/hardcode_name_in_errors
...
Use consistent name for errors
2020-06-09 16:58:40 +02:00
Sebastiaan van Stijn
a3af1f47da
Use consistent name for errors
...
This prevents inconsistent errors when using a symlink, or when renaming
the binary;
Before this change;
ln -s $(which docker) toto
./toto rune
docker: 'rune' is not a docker command.
./toto run daslkjadslkjdaslkj
Unable to find image 'adslkjadslakdsj:latest' locally
./toto: Error response from daemon: pull access denied for adslkjadslakdsj, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
After this change:
ln -s $(which docker) toto
./toto rune
docker: 'rune' is not a docker command.
./toto run daslkjadslkjdaslkj
Unable to find image 'adslkjadslakdsj:latest' locally
docker: Error response from daemon: pull access denied for adslkjadslakdsj, repository does not exist or may require 'docker login': denied: requested access to the resource is den>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-09 16:24:35 +02:00
Sebastiaan van Stijn
8f14db8df2
Merge pull request #2555 from devisions/timestam_with_z_doc_upd
...
Explicit Z on logs timestamp examples
2020-06-04 17:53:52 +02:00
Sebastiaan van Stijn
41255a4315
CircleCI: update docker versions used in CI
...
CircleCI now has 19.03; https://circleci.com/docs/2.0/building-docker-images/#docker-version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-03 14:21:20 +02:00
Sebastiaan van Stijn
1cd69c41e6
Bump Golang 1.13.12
...
go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types
and math/big packages. See the Go 1.13.12 milestone on the issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.13.12+label%3ACherryPickApproved
full diff: https://github.com/golang/go/compare/go1.13.11...go1.13.12
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-03 12:25:39 +02:00
Sebastiaan van Stijn
a91880a3a3
Deprecate classic Swarm and overlay networks using external k/v stores
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-29 10:56:05 +02:00
Tibor Vass
82de74a5e3
Merge pull request #2559 from tiborvass/sshfix
...
ssh: avoid setting flags through hostname
2020-05-28 13:27:55 -07:00
Tonis Tiigi
d30970e3b1
ssh: avoid setting flags through hostname
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2020-05-28 20:08:35 +00:00
Tibor Vass
263bb539f6
Merge pull request #2544 from qoo2p5/master
...
Fixes #2543 : bug with panic when DOCKER_CLI_EXPERIMENTAL is incorrect
2020-05-28 12:18:00 -07:00
devisions
1183a3e6e7
Explicit Z on logs timestamp examples
...
Signed-off-by: devisions <marius.ileana@gmail.com>
2020-05-28 15:24:07 +03:00
Brian Goff
ccd9d633bb
Set platform on container create API.
...
Previously we only set the platform when performing a pull, which is
only initiated if pull always is set, or if the image reference does not
exist in the daemon.
The daemon now supports specifying which platform you wanted on
container create so it can validate the image reference is the platform
you thought you were getting.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-05-27 17:16:56 -07:00
Brian Goff
8c986d3ff2
Bump docker/docker vendor
...
This brings in client support to set the platform on container create.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-05-27 11:31:33 -07:00
Sebastiaan van Stijn
98a3d6a48a
docs: fix broken link in dockerd.md
...
The Engine API docs are not available in this GitHub repository,
so linking to the docs.docker.com website instead.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-25 11:07:10 +02:00
Daniil Nikolenko
cb010db830
Fix bug with panic when DOCKER_CLI_EXPERIMENTAL environment variable is incorrect
...
Signed-off-by: Daniil Nikolenko <qoo2p5@gmail.com>
2020-05-24 23:21:20 +03:00
Tibor Vass
590f3271ef
Merge pull request #2537 from silvin-lubecki/fix-version-old-engine-master
...
Fix version old engine master
2020-05-20 09:49:26 -07:00
Silvin Lubecki
74919d0569
Run e2e tests with different engine version on Jenkins
...
Rewrite Jenkinsfile to new declarative syntax without parallel as the e2e framework is not tailored for than (container name clash, port clash,...)
Signed-off-by: Tibor Vass <tibor@docker.com>
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2020-05-20 18:24:10 +02:00
Silvin Lubecki
15d6565e49
Add a new Makefile variable to override DockerInDocker engine version we use to run e2e tests
...
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2020-05-20 16:10:51 +02:00
Silvin Lubecki
54f766d240
Partially revert cf663b526a
as it breaks the version negotiation with an older docker engine.
...
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2020-05-20 16:10:43 +02:00
Sebastiaan van Stijn
f729837d44
Merge pull request #2534 from silvin-lubecki/clean-plugin-doc
...
Removing CLI plugins API documentation
2020-05-19 12:07:39 +02:00
Silvin Lubecki
459c6082f8
Removing CLI plugins API documentation from official documentation as it is now deprecated.
...
Adding depreciation notice.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2020-05-19 10:37:35 +02:00
Silvin Lubecki
8726f7dc95
Merge pull request #2531 from thaJeztah/bump_golang_1.13.11
...
Bump Golang 1.13.11
2020-05-18 17:50:36 +02:00
Sebastiaan van Stijn
1ecca982ed
Bump Golang 1.13.11
...
full diff: https://github.com/golang/go/compare/go1.13.10...go1.13.11
go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go 1.13.11
milestone on the issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.13.11+label%3ACherryPickApproved
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-18 15:58:42 +02:00
Silvin Lubecki
5bf109154f
Merge pull request #2507 from XiaodongLoong/master
...
-buildmode=pie is not supported for the mips arch
2020-05-13 11:59:53 +02:00
Silvin Lubecki
950b1020ab
Merge pull request #2521 from thaJeztah/bump_mapstructure
...
vendor: mitchellh/mapstructure v1.0.0
2020-05-12 16:17:15 +02:00
Silvin Lubecki
fa0e2038b6
Merge pull request #2522 from thaJeztah/bump_perks
...
vendor: beorn7/perks v1.0.1
2020-05-12 16:16:47 +02:00
Xiaodong Liu
eeafa40154
-buildmode=pie is not supported for the mips arch
...
reference: 4c99c81326
Signed-off-by: Xiaodong Liu <liuxiaodong@loongson.cn>
2020-05-12 09:14:36 +08:00
Sebastiaan van Stijn
66dd9f29fa
vendor: beorn7/perks v1.0.1
...
full diff: e7f67b54ab
...v1.0.1
adds go module support
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-11 19:37:29 +02:00
Sebastiaan van Stijn
cf543e1308
vendor: mitchellh/mapstructure v1.0.0
...
we were only one commit behind v1.0.0, so updating to that
version; we can do a follow-up to update to the latest minor
release (v1.3.0)
full diff: f15292f7a6
...v1.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-11 19:32:19 +02:00
Silvin Lubecki
13ee065e95
Merge pull request #2519 from thaJeztah/markup_touch_ups
...
docs: more Markdown touch-ups
2020-05-11 17:49:19 +02:00
Sebastiaan van Stijn
4d948e468b
docs: more Markdown touch-ups
...
- replace the "none" code-hint with "console"
- some changes in the "experimental" instructions
- reformat some notes
- reformat / re-indent JSON output to use 2 spaces (for consistency)
- split JSON outputs to separate code-block so that it can be highlighted
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-11 17:32:52 +02:00
Silvin Lubecki
ce2a9faf1b
Merge pull request #2517 from thaJeztah/compose_file_build_extra_hosts
...
compose: add build.extra_hosts to v3.9 schema
2020-05-11 17:18:48 +02:00
Silvin Lubecki
f327b97d37
Merge pull request #2511 from thaJeztah/bump_term
...
vendor: moby/term 73f35e472e8f0a3f91347164138ce6bd73b756a9 (and dependencies)
2020-05-11 14:38:38 +02:00