compose/pkg/progress
Risky Feryansyah d05f5f5fa7
pull: improve output for services with both image+build (#9829)
When an image pull fails but the service has a `build` section, it
will be built, so it's not an unrecoverable error. It's now logged as
a warning - in situations where the image will _never_ exist in a
registry, `pull_policy: never` can & should be used, which will
prevent the error and avoid unnecessary pull attempts.

Signed-off-by: Risky Feryansyah Pribadi <riskypribadi24@gmail.com>
2022-09-13 14:38:13 +01:00
..
event.go pull: improve output for services with both image+build (#9829) 2022-09-13 14:38:13 +01:00
noop.go Introduce ergonomic API for handling multiple container events 2022-01-07 21:22:57 +01:00
plain.go Introduce ergonomic API for handling multiple container events 2022-01-07 21:22:57 +01:00
spinner.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
tty.go pull: improve output for services with both image+build (#9829) 2022-09-13 14:38:13 +01:00
tty_test.go pull: improve output for services with both image+build (#9829) 2022-09-13 14:38:13 +01:00
writer.go use plain text progress when ansi=never is set 2022-03-08 15:05:37 +01:00
writer_test.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00