Skip to content

Conversation

cstub
Copy link
Member

@cstub cstub commented Jan 12, 2025

  • Add polling for container metadata which fixes an issue where the generated port is not immediately available after container start on MacOS
  • Add proper cleanup in context manager if aenter fails
  • Fix image tag check to handle missing RepoTags
  • Add timeout for metadata polling to prevent infinite wait

resolves #2

@cstub cstub force-pushed the wip-fix-port-mapping branch from c361a4f to c399674 Compare January 12, 2025 10:12
@cstub cstub requested a review from krasserm January 12, 2025 10:13
@cstub cstub force-pushed the wip-fix-port-mapping branch from c399674 to c777de5 Compare January 12, 2025 10:18
* Add polling for container metadata which fixes an issue
where the generated port is not immediately available after
container start on MacOS
* Add proper cleanup in context manager if __aenter__ fails
* Fix image tag check to handle missing RepoTags
* Add timeout for metadata polling to prevent infinite wait

resolves #2
@cstub cstub force-pushed the wip-fix-port-mapping branch from c777de5 to 74bfede Compare January 12, 2025 10:49
Copy link
Member

@krasserm krasserm left a comment

Choose a reason for hiding this comment

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

LGTM!

@krasserm krasserm merged commit b238b4b into main Jan 12, 2025
@krasserm krasserm deleted the wip-fix-port-mapping branch January 12, 2025 16:35
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.

IndexError: list index out of range
2 participants