74a27541e4backend.local: Add volume e2e test
Chris Crone
2020-11-04 10:43:50 +0100
db7d04db79Remove obsolete flag `--json` (that was marked hidden), kept for VSCode extension but is not used, `docker context ls --format “{{ json . }}”` is used.
Guillaume Tardif
2020-11-04 14:54:01 +0100
1a5ce029b4Changed test img to `dockerinternal` org, removed the need of 2 images, added ECS E2E secret validation
Guillaume Tardif
2020-11-03 18:04:23 +0100
ba0d2907edAlso validate we can share some secrets between services but not all secrets, without leaking secrets.
Guillaume Tardif
2020-11-03 14:17:55 +0100
a26e1bd1a5Regroup secret and resource ACI E2E test, and deploy a single compose file, to gain ~1 min test exec time
Guillaume Tardif
2020-11-03 12:04:33 +0100
Merge pull request #861 from gtardif/non_beta
Nicolas De loof
2020-11-02 11:22:50 +0100
d48c6b844cUpdate main readme mission statement to mention Compose applications, remove Beta warning, add ACI example on CI deployments
Guillaume Tardif
2020-11-02 10:26:58 +0100
3cfb252ff0Pinned and publish docker/ecs-searchdomain-sidecar:1.0
Guillaume Tardif
2020-10-30 18:35:28 +0100
25e6a18fefbackend: Add --rm support to local backend
Chris Crone
2020-10-30 17:23:02 +0100
de0be8650eRemove region from contexts and cleanup
aiordache
2020-10-30 17:42:57 +0100
7ef99e163aECS E2E test using multi-container , multi-port publish app and validating cross-container communication
Guillaume Tardif
2020-10-29 12:42:59 +0100
c3cc54316bThis new field Named “Type” breaks VSCode extension for some strange reason, lets rename it ContextType
Guillaume Tardif
2020-10-30 13:25:42 +0100
7cc3bc3870No breaking change on `docker context ls —format “{{ json . }}` , this is used by VSCode extension
Guillaume Tardif
2020-10-30 10:34:18 +0100
a78cc47b1cUse HttpgetWithRetry() that’ll set timeout for each retry and not freeze on he first call
Guillaume Tardif
2020-10-29 17:23:10 +0100
b604ba6246Fix 2 corner cases with PATH settings * windows PATH should use windows separator (;) * do not add separator if initial PATH is empty (was creating PATH=:/path)
Guillaume Tardif
2020-10-29 15:22:44 +0100
5e809acd87Use OS-dependant pathListSeparator, when appending to PATH
Guillaume Tardif
2020-10-29 15:09:38 +0100
d6461df474cloudformation: fix typo in generated ingress description
Gergely Imreh
2020-10-28 22:39:43 +0000
5bdcfe2e4aPin version of ACI sidecar image, so that we don’t affect prod users when re-publishing :latest. Makefile includes a target to publish new versions, ensuring we don’t override an existing image tag
Guillaume Tardif
2020-10-28 17:19:12 +0100
498072452fRemove sci-integration.md, all info moved to docs.docker.com
Guillaume Tardif
2020-10-28 16:07:30 +0100
3e797f5088Add trailing empty line in /etc/hosts that seem to be causing flakiness in name resolution for the last service mentioned
Guillaume Tardif
2020-10-26 18:29:12 +0100
0293ef185dFix typo in comments against Password method attached to User struct
Sarath Kumar Sivan
2020-10-26 22:09:27 -0700
69083e07e6Add --rm to run command (as not yet implemented)
Ulysses Souza
2020-10-27 01:57:35 +0100
3fadf9068eSmall fixes in secrets docs
Guillaume Tardif
2020-10-26 11:23:59 +0100
18e43b277cfmt.Scanln() does not wait forever… waiting for process termination signal
Guillaume Tardif
2020-10-26 15:06:30 +0100
3dddbcd7dfWe need to pass the full command and not rely on ENTRYPOINT for ACI containers, ACI overrides the ENTRYPOINT with commands.
Guillaume Tardif
2020-10-26 15:03:37 +0100
83bdb94cb1Removing API deprecated fields (unused in VSCode Docker extension) while we are still beta. Keeping field numbering to not break all gRPC calls
Guillaume Tardif
2020-10-26 09:57:16 +0100
f1badf0da8Fix typo in comments against Event struct definition inside writer.go
Sarath Kumar Sivan
2020-10-25 18:46:06 -0700