Commit Graph

634 Commits

Author SHA1 Message Date
Djordje Lukic 18fbf67dcf
Merge pull request #261 from docker/dependabot/go_modules/google.golang.org/grpc-1.30.0
Bump google.golang.org/grpc from 1.29.1 to 1.30.0
2020-06-26 10:26:58 +02:00
Djordje Lukic 98976e4cb4 Cleanup entrypoint
* use the `fatal` function when we can
* rename moby.ExecRegardlessContext to Exec
2020-06-26 10:23:37 +02:00
Guillaume Tardif 4fb039164d
Merge pull request #289 from gtardif/automate_version_from_tag
Automate version from tag
2020-06-25 15:58:00 +02:00
Guillaume Tardif 53505cc44e
Merge pull request #287 from docker/ecs_delegate_moby
Delegate to Moby CLI, to allow executing ecs CLI plugin if user has switched to the AWS context (created by the plugin)
2020-06-25 14:04:06 +02:00
Guillaume Tardif 0bcba8d1d2 Set LD_FLAG version from git tag. Displayed version will be (default behaviour of git describe —tags):
* release version : if tag `v0.1.2` is exactly on the built commit : `0.1.2` (strip v when displaying `docker version`)
* dev version : if tag `v0.1.2` is 3 commits before, and we are on commit `xyz` : `0.1.2-3-xyz` 
* will only match tags starting with `v[0-9]`
2020-06-25 13:50:16 +02:00
Djordje Lukic 908212a947 Add version in the main package
This way, when we release goreleaser will inject the right version in
the ldflags
2020-06-25 12:00:37 +02:00
Guillaume Tardif 839b1b0b44 Delegate to Moby CLI, to allow executing ecs CLI plugin if user has switched to the AWS context (created by the plugin) 2020-06-25 11:49:28 +02:00
Guillaume Tardif 2df807abca Uses compose update e2e test to also test compose exposing multiple ports 2020-06-24 18:20:27 +02:00
Chris Crone 0173956d4f
Merge pull request #197 from chris-crone/docs-linux-install
Add Linux install instructions
2020-06-24 17:53:14 +02:00
Christopher Crone 6e6ed0648f docs: Add Linux install instructions
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-06-24 17:51:36 +02:00
Guillaume Tardif c65c32cba2
Merge pull request #280 from gtardif/changelog_0.1.4
Changelog updates
2020-06-24 17:22:40 +02:00
Guillaume Tardif d40acb3146 Changelog updates 2020-06-24 16:49:11 +02:00
Guillaume Tardif 4a9f65a29a
Merge pull request #279 from docker/version_0.1.4
Bump version 0.1.4
2020-06-24 11:43:04 +02:00
Guillaume Tardif 0d75d58089 Bump version 0.1.4 2020-06-24 11:38:34 +02:00
Guillaume Tardif e904ac86ad
Merge pull request #272 from docker/fix_port_convert_panic
Trying to fix defensively a panic @nebuk89 encountered on ACI,
2020-06-24 11:17:32 +02:00
dependabot-preview[bot] 8881eca3ce
Bump github.com/Azure/go-autorest/autorest/adal from 0.8.3 to 0.9.0
Bumps [github.com/Azure/go-autorest/autorest/adal](https://github.com/Azure/go-autorest) from 0.8.3 to 0.9.0.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/adal/v0.8.3...autorest/v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-23 21:25:28 +00:00
Guillaume Tardif 70f9613dab Trying to fix defensively a panic @nebuk89 encountered on ACI, but could not reproduce it. 2020-06-23 17:52:14 +02:00
Guillaume Tardif 6b31b91f18
Merge pull request #270 from docker/version_0.1.3
Bump version to 0.1.3
2020-06-23 17:07:39 +02:00
Guillaume Tardif bf76fe2f32 Bump version to 0.1.3 2020-06-23 17:05:07 +02:00
Guillaume Tardif c673b3256b
Merge pull request #267 from rumpl/feat-metrics
Usage metrics
2020-06-23 17:03:06 +02:00
Djordje Lukic 0c1f0f81df Usage metrics
Send usage to Docker Desktop
2020-06-23 16:52:52 +02:00
Guillaume Tardif e24f2a36c2
Merge pull request #269 from docker/aci_detach_flags
Add ACI detach flags
2020-06-23 16:43:42 +02:00
Guillaume Tardif 9789ce119b
Merge pull request #268 from docker/compose_expose_miltiple_ports
Allow ACI compose to expose several ports
2020-06-23 16:17:39 +02:00
Guillaume Tardif 90914603ba Add ACI detach flags, not used at the moment, but more makes new command more compatible with previous ones. 2020-06-23 16:17:02 +02:00
Guillaume Tardif 7306821804 Allow ACI compose to expose several ports 2020-06-23 16:00:52 +02:00
Guillaume Tardif 76c062b755
Merge pull request #266 from docker/docker-v-context
Allow running `docker -v` or `--version` even if context is not default
2020-06-23 15:28:49 +02:00
Guillaume Tardif fa8b911cd8 Allow running `docker -v` or `--version` even if context is not default 2020-06-23 15:13:43 +02:00
Guillaume Tardif 4197ef8b68
Merge pull request #263 from docker/fix_host_flag
Shell out to Moby cli if user uses -H, regardless of context set.
2020-06-23 14:57:54 +02:00
Guillaume Tardif 5da31da05b
Merge pull request #264 from docker/context_ls_format
Allow --format on docker context ls. Fixing VS Code extension shellout
2020-06-23 14:47:15 +02:00
Guillaume Tardif ab39310771 Allow --format on docker context ls. Fixing VS Code extension shellout 2020-06-23 13:25:43 +02:00
guillaume.tardif 4afdc69bb7 e2e test running on windows, default endpoint is npipe on windows 2020-06-23 12:49:02 +02:00
Guillaume Tardif 38d4f8d25a Shell out to Moby cli if user uses -H, regardless of context set. Moby cli will refuse both options (context & host) to be set at the same time 2020-06-23 12:00:46 +02:00
Guillaume Tardif 03f11e2953
Merge pull request #247 from docker/main_command_cleanup
Main command cleanup
2020-06-23 10:35:07 +02:00
dependabot-preview[bot] ab5677779c
Bump google.golang.org/grpc from 1.29.1 to 1.30.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.29.1...v1.30.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 21:26:04 +00:00
Guillaume Tardif 5e630eb63d
Merge pull request #259 from docker/aci_group_pagination
Aci context create & group pagination
2020-06-22 18:23:12 +02:00
Guillaume Tardif c3924f2e8e Add -H flag to our own version command & login command, & also —-log-level (-l) flag. 2020-06-22 18:22:18 +02:00
Guillaume Tardif 2824a7a736 Context aci create : check context name does not exists before starting interactive aci create 2020-06-22 18:20:40 +02:00
Guillaume Tardif aeb6d2c7c6 List pages of resource groups if entire list is not fetch in first page 2020-06-22 15:34:13 +02:00
Guillaume Tardif dbaab41604 Changed root level debug shorthand to capital D, make it consistent with Moby flag and not clash with —detach future option 2020-06-22 13:19:37 +02:00
Guillaume Tardif f931ba3fca
Merge pull request #255 from docker/chore-windows-build
Run windows build/test only on master
2020-06-22 10:18:15 +02:00
Guillaume Tardif a2cfcf1124
Merge pull request #256 from docker/aci_fix_context_location
Use location flag in aci context creation only for group creation
2020-06-22 10:18:00 +02:00
Djordje Lukic e033ca27d2 Run windows build/test only on master
The regular CI will only run on pull requests
2020-06-22 10:16:07 +02:00
Guillaume Tardif 309069f545 Use location flag in aci context creation only for group creation (default eastus). Once group has been created/selected, use group location. 2020-06-22 10:09:17 +02:00
Djordje Lukic ec5faa9eb8
Merge pull request #248 from docker/dependabot/go_modules/github.com/Azure/azure-sdk-for-go-43.3.0incompatible
Bump github.com/Azure/azure-sdk-for-go from 43.2.0+incompatible to 43.3.0+incompatible
2020-06-22 01:03:43 -07:00
Guillaume Tardif c6f545e6a5
Merge pull request #249 from docker/version_0.1.2
Version 0.1.2
2020-06-21 09:14:22 +02:00
Guillaume Tardif ef83880608 Version 0.1.2 2020-06-21 09:05:17 +02:00
dependabot-preview[bot] 77b0e27ab5
Bump github.com/Azure/azure-sdk-for-go
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 43.2.0+incompatible to 43.3.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v43.2.0...v43.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 21:27:19 +00:00
Guillaume Tardif 45750fe104 Do not display “docker for the 2020s” as the first help line ! 2020-06-19 12:21:31 +02:00
Guillaume Tardif daf7061e30
Merge pull request #244 from docker/aci_dns_sidecar
Aci dns sidecar
2020-06-19 11:49:04 +02:00
Guillaume Tardif a72ba8a6a9
Merge pull request #246 from docker/fix_err_context_create
Fix err context create
2020-06-19 11:32:36 +02:00