Guillaume Tardif
|
010c4be6b2
Support container_name in ACI and add network alias in dns sidecar.
|
il y a 5 ans |
Nicolas De Loof
|
1d859dc807
`Ps` return ContainerSummary, not Services
|
il y a 5 ans |
Ulysses Souza
|
fe566d24e6
Bump `azure-sdk-for-go`: v43.3.0 -> v48.2.0
|
il y a 5 ans |
Guillaume Tardif
|
3d18eda869
Do not specify successThreshold, from MSFT : defaults to 1 and cannot be changed, related to Kube healthchecks: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#probe-v1-core
|
il y a 5 ans |
Guillaume Tardif
|
624308134f
Specific error message when specifying path as a volume source. Removed volume reference validation already done at https://github.com/compose-spec/compose-go/blob/5afecaa4cb/loader/validate.go#L38
|
il y a 5 ans |
Guillaume Tardif
|
37737c3887
Do not send zero values in LivenessProbe, blocking deployments in some cases
|
il y a 5 ans |
Ulysses Souza
|
f6509ac814
Add Healthchecks to ACI
|
il y a 5 ans |
Guillaume Tardif
|
5bdcfe2e4a
Pin version of ACI sidecar image, so that we don’t affect prod users when re-publishing :latest.
|
il y a 5 ans |
Guillaume Tardif
|
3dddbcd7df
We need to pass the full command and not rely on ENTRYPOINT for ACI containers, ACI overrides the ENTRYPOINT with commands.
|
il y a 5 ans |
Nicolas De Loof
|
553865f294
minimalist container image to setup /etc/hosts on ACI
|
il y a 5 ans |
Guillaume Tardif
|
38a58855b5
Move more specific code out of convert.go: restart policy
|
il y a 5 ans |
Guillaume Tardif
|
406eb681d2
Moving code from global convert.go to volumes.go, ports.go
|
il y a 5 ans |
Guillaume Tardif
|
7d04038690
Separate secret convert code into its own file
|
il y a 5 ans |
guillaume.tardif
|
18966eb3a1
for secret target path, use path.Join etc. instead of filepath.Join, as these paths are container side, not cli side. (do not use windows paths).
|
il y a 5 ans |
Ulysses Souza
|
06e44a813c
Support absolute paths for secrets
|
il y a 5 ans |
Guillaume Tardif
|
50a2ae1100
Display summary of reclaimed ACI resources (CPU/mem) in `docker prune`
|
il y a 5 ans |
Guillaume Tardif
|
a5e34323e2
Add `docker prune` command and ACI implementation
|
il y a 5 ans |
Ulysses Souza
|
45212c6e21
Squash all secrets in a single one
|
il y a 5 ans |
Ulysses Souza
|
4d6a0bb00d
Remove inline secrets option
|
il y a 5 ans |
Guillaume Tardif
|
68d0413e36
Minor cleanup
|
il y a 5 ans |
Guillaume Tardif
|
6516632ecf
Add resource reservations to container inspect
|
il y a 5 ans |
Guillaume Tardif
|
b1edfb6507
Change inspect json output to group things a bit more nicely, and more like Moby json output
|
il y a 5 ans |
Guillaume Tardif
|
343d54dac5
Allow to set memory / CPU limits higher than requests, ACI will request that limits are not higher than the total request for the container group. Also set requests = limits when only limits are set
|
il y a 5 ans |
Guillaume Tardif
|
c09f771359
Use compose resource request to set ACI retrouve request, and single container resource requests.
|
il y a 5 ans |
Ulysses Souza
|
277702dc6b
Add argument support to run command
|
il y a 5 ans |
Guillaume Tardif
|
cf3bb18c0e
User compose.service.domainname rather than custom ACI extension for ACI DNSLabelName
|
il y a 5 ans |
Guillaume Tardif
|
334ebf5f75
Implement --domainname flag on compose up, also defining compose extension "x-aci-domain-name" to store ACI DNSLabelName.
|
il y a 5 ans |
Guillaume Tardif
|
701d1b834e
ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io`
|
il y a 5 ans |
Guillaume Tardif
|
7abdb085c0
Merge pull request #637 from docker/volume_tests
|
il y a 5 ans |
Guillaume Tardif
|
0092de6df1
Added tests on ACI volume conversion, mock storageLogin required to get storage account keys
|
il y a 5 ans |