Skip to content

Stdout and stderr are not printed on docker run command error #702

Closed
@zhemaituk

Description

@zhemaituk

Reproduced on the latest version: 5.4.0

It stopped logging the docker command's stdout and stderr, hiding actual underlying error.
To reproduce try:

dockerizePip: true
dockerImage: not-existing-image:123

Actual log output:
Exited with code 125. Stdout: undefined. Stderr: undefined

Expected:
stdout/stderr produced by docker command is printed to the logs displaying the actual error:

docker: Error response from daemon: pull access denied for not-existing-image, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions