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

Finch is unable to pull images from public.ecr.aws after dropping off VPN #1257

Open
austinvazquez opened this issue Jan 24, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@austinvazquez
Copy link
Member

austinvazquez commented Jan 24, 2025

Describe the bug
Customer report for unable to pull container images while on VPN. Initial root cause analysis we believe the issue to be limited to Finch on macOS 15. The exposure should be minimized as the issue requires users to start the Finch VM while on VPN and disconnect to reproduce.

Steps to reproduce

  1. While connected to a VPN solution (reported issue used Cisco AnyConnect), initialize the Finch VM. i.e. finch vm init
  2. Drop from the VPN.
  3. Pull image from public.ecr.aws. i.e. finch pull public.ecr.aws/ubuntu/ubuntu:latest
  4. Image pull fails due to timeout.

Expected behavior
DNS resolution for public.ecr.aws should succeed, and the image pull should not fail.

Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.

Additional context
Potentially related issue: lima-vm/lima#2939

To help debug the issue as quickly as possible, we recommend generating a support bundle with finch support-bundle generate and attaching it to this issue. This packages all Finch-related configs and logs into one file.

@austinvazquez austinvazquez added the bug Something isn't working label Jan 24, 2025
@austinvazquez
Copy link
Member Author

As a workaround, Finch users can do the following when disconnected from the VPN to mitigate impact:

finch vm stop
finch vm start

@austinvazquez austinvazquez changed the title Finch is unable to pull images from public.ecr.aws after dropping off corporate VPN Finch is unable to pull images from public.ecr.aws after dropping off VPN Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant