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

TestBuildContainerFromDockerfileWithDockerAuthConfig working on MacOS #1694

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

gflarity
Copy link
Contributor

What does this PR do?

Port 5000 is used by "Control Center" on Mac OS Monterey and above. So it's essentially a reserved port on Macs. This PR simply uses port 5001 instead so that TestBuildContainerFromDockerfileWithDockerAuthConfig will pass on MacOS.

Why is it important?

MacOS is a fairly common developer platform. Seems like the tests should pass there as well as Linux.

Related issues

N/A

@gflarity gflarity requested a review from a team as a code owner September 27, 2023 18:35
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 823ba48
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/651475ecdac5500008acadec
😎 Deploy Preview https://deploy-preview-1694--testcontainers-go.netlify.app/features/files_and_mounts
📱 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.

Copy link
Collaborator

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

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

LGTM! IIRC I've seen that port conflict on Mac in the past, but don't remember if I simply stopped the service or what.

This is cleaner, thanks for the fix

@mdelapenya mdelapenya merged commit 906a8f4 into testcontainers:main Sep 28, 2023
106 checks passed
@mdelapenya mdelapenya self-assigned this Sep 28, 2023
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants