Skip to content

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Jan 21, 2022

relates to #764 (comment)
closes #813

also while doing further tests for docker/cli#3314 I encounter a case where some logs don't match the output format from docker/cli:

$ docker build ...
WARNING: Error loading config file: ...
WARN[0000] No output specified for docker-container driver. Build result will only remain in ...

now using cli writers for logrus and simplify output format for parity:

$ docker build ...
WARNING: Error loading config file: ...
WARNING: No output specified for docker-container driver. Build result will only remain in ...

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants