Skip to content

fix: removed tty allocation in docker run - #1056

Merged
viceice merged 2 commits into
renovatebot:mainfrom
radekl:customizable-docker-tty
Sep 21, 2026
Merged

viceice merged 2 commits into
renovatebot:mainfrom
radekl:customizable-docker-tty

Conversation

@radekl

@radekl radekl commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

We have been stuck with a single repository timing out while we run renovate on it using github actions. There were little to no errors we could work on, but eventually we were able to tell that the issue is probably with renovate waiting for some input. Due to the PR #974 it caused the action to hang and timeout didn't work.

This PR adds an option to choose whether to allocate TTY or not to a docker run, so such situations doesn't happen. We have tested it to work pretty well on our configuration (and we care a bit more about job being done than having colorful output 😅 )

edit:
after review (see comments below) decision is to drop TTY allocation and basically revert changes from #974.

@github-actions
github-actions Bot requested a review from viceice July 10, 2026 13:04
@radekl

radekl commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

@viceice Hey - could you please look at this PR? 🙏

@viceice viceice changed the title Customizable docker tty feat: add Customizable docker tty option Aug 3, 2026
@viceice viceice changed the title feat: add Customizable docker tty option feat: add customizable docker tty option Aug 3, 2026
@radekl

radekl commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Hey @viceice - is there any chance this gets merged anytime soon? 🙏

@viceice viceice left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, forgot to finish the review

Comment thread src/renovate.ts Outdated
@radekl
radekl force-pushed the customizable-docker-tty branch from acb6cff to 4c112bd Compare September 3, 2026 09:41
@radekl radekl changed the title feat: add customizable docker tty option fix: removed tty allocation in docker run Sep 3, 2026
@viceice
viceice enabled auto-merge (squash) September 21, 2026 09:45
@viceice
viceice merged commit 5be7d62 into renovatebot:main Sep 21, 2026
9 checks passed
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