compose/aci
Nicolas De loof aa09ecb1f8
Merge pull request #905 from docker/fix_aci_potential_nil_panic
Use ACI .IsHttpStatus() rather than accessing .StatusCode directly
2020-11-12 15:12:14 +01:00
..
convert 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 2020-11-12 11:38:40 +01:00
etchosts Add trailing empty line in /etc/hosts that seem to be causing flakiness in name resolution for the last service mentioned 2020-10-27 09:41:19 +01:00
login Add version to UserAgent on ACI 2020-10-12 09:15:32 +02:00
aci.go Use ACI .IsHttpStatus() rather than accessing .StatusCode directly, that might lead to nil pointer panic 2020-11-12 15:01:18 +01:00
aci_test.go Update copyright 2020-09-22 12:13:00 +02:00
backend.go Add `docker prune` command and ACI implementation 2020-10-14 17:48:11 +02:00
backend_test.go Update copyright 2020-09-22 12:13:00 +02:00
cloud.go Update copyright 2020-09-22 12:13:00 +02:00
compose.go Use ACI .IsHttpStatus() rather than accessing .StatusCode directly, that might lead to nil pointer panic 2020-11-12 15:01:18 +01:00
containers.go Use ACI .IsHttpStatus() rather than accessing .StatusCode directly, that might lead to nil pointer panic 2020-11-12 15:01:18 +01:00
context.go Update copyright 2020-09-22 12:13:00 +02:00
context_test.go Update copyright 2020-09-22 12:13:00 +02:00
resource_group.go Update copyright 2020-09-22 12:13:00 +02:00
resources.go Display summary of reclaimed ACI resources (CPU/mem) in `docker prune` 2020-10-15 15:45:48 +02:00
volumes.go Use ACI .IsHttpStatus() rather than accessing .StatusCode directly, that might lead to nil pointer panic 2020-11-12 15:01:18 +01:00