This website requires JavaScript.
4a1b50a9cd
Merge pull request #326 from docker/run_follow_logs
Guillaume Tardif
2020-07-02 17:02:33 +0200
5eea111ecf
Run containers and attach to logs by default, detach with -d option
Guillaume Tardif
2020-07-02 15:43:16 +0200
3c83e01e9c
Merge pull request #327 from docker/compose-go
Guillaume Tardif
2020-07-02 16:43:34 +0200
5a7f780bae
Merge pull request #328 from docker/do_not_wait_cleanup_results
Guillaume Tardif
2020-07-02 16:43:19 +0200
a9ef20eefd
In ACI e2e tests, do not wait for full resource group deletion at the end, let ACI clean things UP (timeframe ~45 sec). This is costing GH Action minutes for nothing, and slows test results.
Guillaume Tardif
2020-07-02 16:04:12 +0200
622402709a
Use compose-go's Project and ProjectOptions
Nicolas De Loof
2020-07-02 16:05:45 +0200
42b516e738
Merge pull request #323 from docker/fix-log-lines
Guillaume Tardif
2020-07-02 14:00:11 +0200
2f90715ba2
Merge pull request #321 from docker/dependabot/go_modules/github.com/Azure/azure-storage-file-go-0.8.0
Guillaume Tardif
2020-07-02 13:59:55 +0200
15cdcf831e
Merge pull request #324 from docker/fix-non-console
Guillaume Tardif
2020-07-02 13:58:48 +0200
964e331a10
Specific exit code when command fails because azure login is required. Will be used by VSCode Docker integration
Guillaume Tardif
2020-07-02 13:52:57 +0200
e4354c82d1
Make sure we can have a console
Djordje Lukic
2020-07-02 11:49:39 +0200
d3f1209bab
Add test for the backtracking of lines
Djordje Lukic
2020-07-02 11:11:09 +0200
e852e8f96a
Count the lines from the terminal, not from ACI
Djordje Lukic
2020-07-02 10:38:03 +0200
8e8c868a70
Merge pull request #322 from docker/fix_attach_logs
Djordje Lukic
2020-07-02 10:37:27 +0200
736b7a4707
Fix logs replacement when streaming logs on windows
Guillaume Tardif
2020-07-01 19:04:24 +0200
5462d38969
Bump github.com/Azure/azure-storage-file-go from 0.7.0 to 0.8.0
dependabot-preview[bot]
2020-07-01 21:27:44 +0000
14b2e54c06
Merge pull request #318 from docker/chore-browser
Djordje Lukic
2020-07-01 16:55:24 +0200
e22b0ba676
Return an error if unable to open the browser
Djordje Lukic
2020-07-01 16:47:49 +0200
c9449dbf83
Merge pull request #315 from docker/fix_cve_guava
Djordje Lukic
2020-07-01 15:59:32 +0200
8bdb4dee77
Remove debug stuff from web images, that is causing apt-get install issues
Guillaume Tardif
2020-07-01 14:59:45 +0200
514aa50ebc
Merge pull request #313 from docker/azure_multi_tenants
Guillaume Tardif
2020-07-01 15:46:00 +0200
41c84ac313
Merge pull request #316 from docker/feat-ecs-metrics
Djordje Lukic
2020-07-01 15:30:33 +0200
3a1cb0aaa0
Add ecs as a management command
Djordje Lukic
2020-07-01 14:57:08 +0200
5b79bb613a
Merge pull request #317 from docker/fix-master-ci
Djordje Lukic
2020-07-01 15:18:29 +0200
7a9a3d0e7e
Indent master-ci.yml
Djordje Lukic
2020-07-01 15:02:18 +0200
e1967921bd
Merge pull request #314 from docker/hide_sidecar
Djordje Lukic
2020-07-01 15:13:36 +0200
29f8c81afc
Hide sidecar container from compose progress
Guillaume Tardif
2020-07-01 14:37:37 +0200
7cde96e8b6
Update guava to fix CVE
Guillaume Tardif
2020-07-01 14:59:23 +0200
bba9e055af
Allow users to specify tenanted when logging into azure (if several tenants for azure account)
Guillaume Tardif
2020-07-01 12:25:18 +0200
22b1de00ac
Merge pull request #309 from docker/win_aci_e2e
Guillaume Tardif
2020-07-01 10:53:40 +0200
efc1d21448
Add ACI e2e tests on windows, do not build with example + local contexts for ACI E2E on linux
Guillaume Tardif
2020-06-30 18:26:52 +0200
664c48ba1e
Merge pull request #306 from docker/fix-credential-check
Guillaume Tardif
2020-06-30 22:16:40 +0200
94877b18ab
Merge pull request #304 from docker/aci_inspect_memory_cpu
Guillaume Tardif
2020-06-30 22:16:01 +0200
fc4e0f6216
Merge pull request #308 from docker/test-stream-logs
Djordje Lukic
2020-06-30 18:32:46 +0200
94a530b05f
Make log stream test more readable
Djordje Lukic
2020-06-30 18:26:38 +0200
84e1522400
Merge pull request #301 from docker/no_double_build_on_master
Guillaume Tardif
2020-06-30 18:18:47 +0200
a48c4fb41c
Merge pull request #307 from docker/aci_e2e_group
Guillaume Tardif
2020-06-30 18:18:16 +0200
f850dc557d
Random ACI group name for tests, otherwise we are conflicting with each other + the CI. Same for storage account name (outside of the scope of resource group)
Guillaume Tardif
2020-06-30 17:29:47 +0200
614a62b388
Merge pull request #305 from docker/feat-stream-aci-logs
Djordje Lukic
2020-06-30 17:49:00 +0200
fdc2bd34d7
Add test for `logs --follow` on ACI
Djordje Lukic
2020-06-30 16:33:36 +0200
06596dcd90
Follow logs on ACI.
Djordje Lukic
2020-06-30 12:23:22 +0200
a72ffee4ff
Fix credential checking on ACR image (for linux)
Ulysses Souza
2020-06-30 16:11:54 +0200
96075236ee
In ACI inspect, display memory limit in bytes, like Moby `docker inspect`. Displaying in Gb also was rounding memory to zero if set to 0.xGb
Guillaume Tardif
2020-06-30 12:10:18 +0200
e5e87d3357
Merge pull request #302 from gtardif/aci_e2e_readme
Guillaume Tardif
2020-06-30 11:54:20 +0200
7fac6bf766
Avoid running build/tests/lint twice on master with master.yml
Guillaume Tardif
2020-06-30 11:19:20 +0200
6d2d510027
Doc on running e2e tests
Guillaume Tardif
2020-06-30 11:31:49 +0200
f0ab42e109
Merge pull request #300 from docker/aci_ci
Guillaume Tardif
2020-06-30 10:29:13 +0200
f3cbbc48b8
Aci e2e tests moved to master build only
Guillaume Tardif
2020-06-30 10:14:19 +0200
2268f0c598
Renamed Login method specific to tests, to make things more explicit
Guillaume Tardif
2020-06-30 10:11:06 +0200
82ff8dcd7d
Fix resource limit defaults and make aci e2e tests pass
Guillaume Tardif
2020-06-30 07:44:45 +0200
5d29124498
Merge pull request #298 from docker/fix-aci-tail
Guillaume Tardif
2020-06-30 09:45:48 +0200
88ccad0449
Merge pull request #297 from docker/aci_exec_it
Guillaume Tardif
2020-06-30 09:45:34 +0200
eda438aaed
Added basic support for service principal login, run ACI e2e tests with it
Guillaume Tardif
2020-06-29 17:57:06 +0200
6a5973597d
Send the `tail` parameter to ACI if present
Djordje Lukic
2020-06-29 15:40:58 +0200
169e3a9b1f
Merge pull request #296 from docker/chore-logrus
Djordje Lukic
2020-06-29 15:10:41 +0200
37f4c36c32
Use logrus for logging, not containerd's log
Djordje Lukic
2020-06-29 10:50:53 +0200
2b5e6f0038
Merge pull request #278 from docker/limits
Guillaume Tardif
2020-06-29 13:32:25 +0200
d71ae04936
Let -it flag go through for aci exec, same as -t for the moment. Will need to check how we can implement -I specifically on ACI
Guillaume Tardif
2020-06-29 10:50:04 +0200
c1b0dd2e31
Merge pull request #284 from docker/aci_e2e_compose_multiport_update
Guillaume Tardif
2020-06-29 10:37:50 +0200
1deb2b8b09
Integrate limits on inspect
Ulysses Souza
2020-06-24 09:59:53 +0200
0a57fd7d5c
Add cpu and memory limits
Ulysses Souza
2020-06-24 09:44:47 +0200
b84be73ce7
Merge pull request #295 from docker/dependabot/go_modules/github.com/containerd/containerd-1.3.5
Djordje Lukic
2020-06-29 10:22:24 +0200
d2178c4219
Bump github.com/containerd/containerd from 1.3.4 to 1.3.5
dependabot-preview[bot]
2020-06-26 21:25:58 +0000
878b7a3823
Merge pull request #292 from docker/chore-update-protos
Djordje Lukic
2020-06-26 17:21:47 +0200
d5b674fba9
Merge pull request #291 from docker/chore-cleanup
Djordje Lukic
2020-06-26 17:21:39 +0200
e3b6a470fa
Merge pull request #293 from docker/version_f_shorthand
Djordje Lukic
2020-06-26 15:38:50 +0200
d97f9d68fd
Add missing f shorthand for version command
Guillaume Tardif
2020-06-26 12:35:51 +0200
4262a8f719
Update protobuf tp 1.25.0
Djordje Lukic
2020-06-26 10:58:31 +0200
bd33101a96
Merge pull request #277 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest/to-0.4.0
Djordje Lukic
2020-06-26 10:44:57 +0200
952b0aae19
Bump github.com/Azure/go-autorest/autorest/to from 0.3.0 to 0.4.0
dependabot-preview[bot]
2020-06-26 08:42:59 +0000
a052ab9c32
Merge pull request #275 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/cli-0.4.0
Djordje Lukic
2020-06-26 10:39:16 +0200
5e1957db65
Bump github.com/Azure/go-autorest/autorest/azure/cli from 0.3.1 to 0.4.0
dependabot-preview[bot]
2020-06-26 08:37:01 +0000
5e983d09c6
Merge pull request #274 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.11.0
Djordje Lukic
2020-06-26 10:33:20 +0200
4b53950979
Bump github.com/Azure/go-autorest/autorest from 0.10.2 to 0.11.0
dependabot-preview[bot]
2020-06-26 08:31:09 +0000
1853ed58fb
Merge pull request #273 from docker/dependabot/go_modules/github.com/Azure/go-autorest/autorest/adal-0.9.0
Djordje Lukic
2020-06-26 10:27:11 +0200
18fbf67dcf
Merge pull request #261 from docker/dependabot/go_modules/google.golang.org/grpc-1.30.0
Djordje Lukic
2020-06-26 10:26:58 +0200
98976e4cb4
Cleanup entrypoint
Djordje Lukic
2020-06-26 10:23:37 +0200
4fb039164d
Merge pull request #289 from gtardif/automate_version_from_tag
Guillaume Tardif
2020-06-25 15:58:00 +0200
53505cc44e
Merge pull request #287 from docker/ecs_delegate_moby
Guillaume Tardif
2020-06-25 14:04:06 +0200
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]`
Guillaume Tardif
2020-06-25 13:50:16 +0200
908212a947
Add version in the main package
Djordje Lukic
2020-06-23 17:14:59 +0200
839b1b0b44
Delegate to Moby CLI, to allow executing ecs CLI plugin if user has switched to the AWS context (created by the plugin)
Guillaume Tardif
2020-06-25 10:51:20 +0200
2df807abca
Uses compose update e2e test to also test compose exposing multiple ports
Guillaume Tardif
2020-06-24 18:20:27 +0200
0173956d4f
Merge pull request #197 from chris-crone/docs-linux-install
Chris Crone
2020-06-24 17:53:14 +0200
6e6ed0648f
docs: Add Linux install instructions
Christopher Crone
2020-06-09 16:06:05 +0200
c65c32cba2
Merge pull request #280 from gtardif/changelog_0.1.4
Guillaume Tardif
2020-06-24 17:22:40 +0200
d40acb3146
Changelog updates
Guillaume Tardif
2020-06-24 16:18:30 +0200
4a9f65a29a
Merge pull request #279 from docker/version_0.1.4
Guillaume Tardif
2020-06-24 11:43:04 +0200
0d75d58089
Bump version 0.1.4
Guillaume Tardif
2020-06-24 11:38:26 +0200
e904ac86ad
Merge pull request #272 from docker/fix_port_convert_panic
Guillaume Tardif
2020-06-24 11:17:32 +0200
8881eca3ce
Bump github.com/Azure/go-autorest/autorest/adal from 0.8.3 to 0.9.0
dependabot-preview[bot]
2020-06-23 21:25:28 +0000
70f9613dab
Trying to fix defensively a panic @nebuk89 encountered on ACI, but could not reproduce it.
Guillaume Tardif
2020-06-23 17:52:14 +0200
6b31b91f18
Merge pull request #270 from docker/version_0.1.3
Guillaume Tardif
2020-06-23 17:07:39 +0200
bf76fe2f32
Bump version to 0.1.3
Guillaume Tardif
2020-06-23 17:05:07 +0200
c673b3256b
Merge pull request #267 from rumpl/feat-metrics
Guillaume Tardif
2020-06-23 17:03:06 +0200
0c1f0f81df
Usage metrics
Djordje Lukic
2020-06-22 09:55:28 +0200
e24f2a36c2
Merge pull request #269 from docker/aci_detach_flags
Guillaume Tardif
2020-06-23 16:43:42 +0200
9789ce119b
Merge pull request #268 from docker/compose_expose_miltiple_ports
Guillaume Tardif
2020-06-23 16:17:39 +0200
90914603ba
Add ACI detach flags, not used at the moment, but more makes new command more compatible with previous ones.
Guillaume Tardif
2020-06-23 16:12:03 +0200
7306821804
Allow ACI compose to expose several ports
Guillaume Tardif
2020-06-23 15:54:47 +0200