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

Fix PortMappings #1536

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Fix PortMappings #1536

merged 2 commits into from
Jan 10, 2025

Conversation

archseer
Copy link
Collaborator

@archseer archseer commented Jan 8, 2025

We were mapping 8080/tcp to 8080/tcp, which is technically invalid syntax but docker accepted it. We should map 8080/tcp to 8080 (no protocol specifier). This fixes running CTF with podman.

The second change is exposing the testcontainer object from the solana component. We're programatically using it within a test environment without a TOML config and would like to be able to call testcontainers.CleanupContainer(c)

@cl-sonarqube-production
Copy link

@archseer archseer merged commit 456673e into main Jan 10, 2025
56 of 58 checks passed
@archseer archseer deleted the docker_patches branch January 10, 2025 07:32
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.

3 participants