Guillaume Tardif
|
2ea000b280
|
Removed space before :
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-27 11:30:48 +02:00 |
Guillaume Tardif
|
8dbb6c58b9
|
Print ACR login debug info
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-27 10:50:21 +02:00 |
Chris Crone
|
4c6280b0e9
|
Rename docker/api -> docker/compose-cli
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-08-21 17:28:39 +02:00 |
Guillaume Tardif
|
dc1e313858
|
Revert "Debug for CI failing tests (green locally)"
This reverts commit 1d875674357c7c5a5c26349f62c6f2ef71f74e38.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-21 12:45:01 +02:00 |
Guillaume Tardif
|
a8548de5dd
|
Debug for CI failing tests (green locally)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-21 12:44:41 +02:00 |
Guillaume Tardif
|
5cab129c10
|
Add E2E test on deploying ACR images
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-19 14:31:45 +02:00 |
Guillaume Tardif
|
04c678b099
|
Do not require refresh token to obtain ACR token. Especially this will make the ACR auto-login feature work with Service Principal login, that does not have a refresh token
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-19 14:31:35 +02:00 |
Guillaume Tardif
|
87cee4d1e5
|
Returns `Node <Group_status>` when container group status is available and not container status (instead of `Unknown`)
Impacts output for ps, inspect
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-18 12:42:00 +02:00 |
Guillaume Lours
|
95de770e87
|
Update or add license header which are not valid
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
|
2020-08-17 16:55:25 +02:00 |
Guillaume Tardif
|
274dc8283f
|
Use proper context in storage key retrieval
|
2020-08-14 17:01:44 +02:00 |
Guillaume Tardif
|
6552a00004
|
Use SDK storage.AccountClient.ListKeys. Needed to refactor code to avoid cyclic dependencies
|
2020-08-14 16:41:38 +02:00 |
Guillaume Tardif
|
3a60c957ae
|
Get storage account key from azure login, no need to specify it in compose file or run -v option
|
2020-08-14 12:26:09 +02:00 |
Guillaume Tardif
|
8fb16cea63
|
Explicit error message saying we don’t support labels in compose file. (See ACI limitations: https://github.com/docker/desktop-microsoft/issues/33)
|
2020-08-12 10:28:55 +02:00 |
Guillaume Tardif
|
76d8f5a8b4
|
More goimport changes
|
2020-08-10 14:36:05 +02:00 |
Guillaume Tardif
|
fffb3aa3f9
|
Use existing oauth Token struct rather than create our own
|
2020-08-10 14:35:23 +02:00 |
Guillaume Tardif
|
63fd8f2fad
|
ACR autologin. Only warns for autologin errors, as ACR registries might not be related to the user azure login, but they might have external credentials to use ACR images.
|
2020-08-10 10:42:00 +02:00 |
Guillaume Tardif
|
d0a3fb9844
|
Allow consistent multi container restart policies but provide clear error message for inconsistent restart policies
|
2020-08-07 15:51:41 +02:00 |
Christopher Crone
|
a187891261
|
aci.convert: Normalize source code file names
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
|
2020-08-06 18:52:23 +02:00 |
Christopher Crone
|
7c869cdd36
|
aci.convert: Normalize testing frameworks
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
|
2020-08-06 18:52:23 +02:00 |
Djordje Lukic
|
ee4916cbf5
|
Add test for invalid registry name
|
2020-08-05 15:22:13 +02:00 |
Djordje Lukic
|
280066a5f4
|
Move credential tests to gotest.tools
|
2020-08-05 15:09:33 +02:00 |
Djordje Lukic
|
9103215bf3
|
Don't return error if we can't parse the creds
We just continue on to the next credentials
|
2020-08-05 15:08:40 +02:00 |
Guillaume Tardif
|
f442eafe0b
|
Validate run restart option value. Default value is “none”, instead of “no”, this is more in line with compose values, and changes only the default so should not have too much impact on legacy usage.
|
2020-08-04 17:11:21 +02:00 |
Ulysses Souza
|
a2c2d6aa5d
|
Add Restart Policy support when running single container
|
2020-08-04 16:57:58 +02:00 |
aiordache
|
87245ef727
|
rename packages ( amazon to ecs and azure to aci )
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-07-30 11:34:34 +02:00 |