diff options
author | Aditya Rajan <arajan@redhat.com> | 2021-11-24 15:51:07 +0530 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-12-06 15:33:29 -0500 |
commit | ab5ca6f759d80cd3725aec1678678f57fd795e71 (patch) | |
tree | 28e2d61ebd75629e39b47f652b25acfb52245dcd /go.mod | |
parent | 7b8e66de0b020ff197112f598387c23415054512 (diff) | |
download | podman-ab5ca6f759d80cd3725aec1678678f57fd795e71.tar.gz podman-ab5ca6f759d80cd3725aec1678678f57fd795e71.tar.bz2 podman-ab5ca6f759d80cd3725aec1678678f57fd795e71.zip |
compat: Add compatiblity with Docker/Moby API for scenarios where build fails
In order to maintain compatiblity with `moby API` we must the field
`errorDetail` which is primary error reporting field with stream.
Currently podman is using `error` which is already deprecated by moby.
Check: https://github.com/moby/moby/blob/master/pkg/jsonmessage/jsonmessage.go#L147
[NO NEW TESTS NEEDED]
We can't test this in podman CI since we dont have a docker client.
Signed-off-by: Aditya Rajan <arajan@redhat.com>
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions