akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

DXE-3618 motd included in non-interactive output #44

Open lukaszczerpak opened 3 years ago

lukaszczerpak commented 3 years ago

When running a command inside docker container non-interactively, the output always contains motd message. This can break other commands used in a pipeline. Sample invocation:

docker run --rm akamai/shell http -b <URL-returning-JSON> | jq

In addition, the output contains ansi escape codes which in such scenario is not expected as well:

2020-12-01_17-04-20

david-raine commented 8 months ago

bump. Would definitely appreciate a fix for this. I presume the issue is with akamai-shell or cli, rather than akamai-docker, right?

mstojanowski commented 8 months ago

@david-raine ,

Thank you for bringing this topic back. We will investigate and get back to you.

Regards, Marcin