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

feat: support configuring Ryuk verbose mode at config level #2038

Merged
merged 2 commits into from Dec 21, 2023

Conversation

mdelapenya
Copy link
Collaborator

What does this PR do?

It adds ryuk.verbose property to the Testcontainers property file to enable running Ryuk in verbose mode (see https://github.com/testcontainers/moby-ryuk/?tab=readme-ov-file#ryuk-configuration). It can be set there, or using the TESTCONTAINERS_RYUK_VERBOSE=true env var.

Why is it important?

There are situations where we need to debug Ryuk, like being terminated too early. With this change, we will be able to tell Ryuk to run in verbose mode from testcontainers-go.

Related issues

@mdelapenya mdelapenya requested a review from a team as a code owner December 21, 2023 06:46
@mdelapenya mdelapenya added the feature New functionality or new behaviors on the existing one label Dec 21, 2023
@mdelapenya mdelapenya self-assigned this Dec 21, 2023
Copy link

netlify bot commented Dec 21, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit cc2c2a5
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/658414fbb3bf360008b51247
😎 Deploy Preview https://deploy-preview-2038--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

* main:
  chore: lookup exposed ports in the image from Config, not from ContainerConfig (testcontainers#2039)
@mdelapenya mdelapenya merged commit 9f68760 into testcontainers:main Dec 21, 2023
116 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or new behaviors on the existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant