Skip to content

fix: Create docker container with Tty true#87

Merged
kodiakhq[bot] merged 1 commit intomainfrom
fix/use_tty
Aug 17, 2023
Merged

fix: Create docker container with Tty true#87
kodiakhq[bot] merged 1 commit intomainfrom
fix/use_tty

Conversation

@erezrokah
Copy link
Copy Markdown
Member

@erezrokah erezrokah commented Aug 17, 2023

Summary

Fixes #86

See docs https://pkg.go.dev/github.com/docker/docker@v20.10.25+incompatible/client#Client.ContainerLogs

This means we'll only read stdout from the container (I think that's OK). If we want stderr we'll need to demultiplex the stream, see
image


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt ./... to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@erezrokah erezrokah requested a review from yevgenypats as a code owner August 17, 2023 14:15
@github-actions github-actions bot added the fix label Aug 17, 2023
@erezrokah erezrokah requested a review from hermanschaaf August 17, 2023 14:15
@github-actions github-actions bot added fix and removed fix labels Aug 17, 2023
@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Aug 17, 2023
@github-actions github-actions bot added fix and removed fix labels Aug 17, 2023
@kodiakhq kodiakhq bot merged commit 4c70f9a into main Aug 17, 2023
@kodiakhq kodiakhq bot deleted the fix/use_tty branch August 17, 2023 14:20
@github-actions github-actions bot added fix and removed fix labels Aug 17, 2023
kodiakhq bot pushed a commit that referenced this pull request Aug 17, 2023
🤖 I have created a release *beep* *boop*
---


## [1.9.3](v1.9.2...v1.9.3) (2023-08-17)


### Bug Fixes

* Create docker container with Tty true ([#87](#87)) ([4c70f9a](4c70f9a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Docker based plugins log streaming is broken

2 participants