Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output to stdout/stderr while docker-compose process is running #482

Merged
merged 2 commits into from
Sep 29, 2021

Conversation

CRogers
Copy link
Contributor

@CRogers CRogers commented Sep 29, 2021

Before this PR

In #481, we accidentally removed printing out the progress of docker-compose up as it went along. Some internal projects pull so many docker containers that when there is a docker layer cache miss, the build can go for >10 mins without output, leading Circle to kill the build.

After this PR

==COMMIT_MSG==
Ensure the progress of docker-compose up is printing to stderr/stdout to prevent circle context deadlines being hit when pulling a large number of containers..
==COMMIT_MSG==

Possible downsides?

@CRogers CRogers requested a review from fawind September 29, 2021 11:59
@changelog-app
Copy link

changelog-app bot commented Sep 29, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Ensure the progress of docker-compose up is printing to stderr/stdout to prevent circle context deadlines being hit when pulling a large number of containers..

Check the box to generate changelog(s)

  • Generate changelog entry

@bulldozer-bot bulldozer-bot bot merged commit ef580ce into develop Sep 29, 2021
@bulldozer-bot bulldozer-bot bot deleted the callumr/output-stdout-stderr branch September 29, 2021 12:07
@svc-autorelease
Copy link
Collaborator

Released 0.30.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants