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

Astro CLI not working with IPV4, no IPV6 available #1803

Open
3 tasks
PierceLovesee opened this issue Feb 17, 2025 · 0 comments
Open
3 tasks

Astro CLI not working with IPV4, no IPV6 available #1803

PierceLovesee opened this issue Feb 17, 2025 · 0 comments

Comments

@PierceLovesee
Copy link

Describe the bug

I am trying to get Astro CLI working on a fresh install of Debian 12.

What CLI Version did you experience this bug?
Astro CLI Version

Astro CLI Version: 1.33.0

However, I am unable to start the dev environment. I believe I need to whitelist the IPV4 addresses for the quay.io registrys. Can those be provided?

astro dev start
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 214B done
#1 DONE 0.0s

#2 [internal] load metadata for quay.io/astronomer/astro-runtime:12.2.0
#2 ERROR: failed to do request: Head "https://quay.io/v2/astronomer/astro-runtime/manifests/12.2.0": dial tcp [2600:1f18:483:cf01:dde4:4c4f:a6f8:7576]:443: connect: network is unreachable
------
 > [internal] load metadata for quay.io/astronomer/astro-runtime:12.2.0:
------
Dockerfile:1
--------------------
   1 | >>> FROM quay.io/astronomer/astro-runtime:12.2.0
   2 |     
   3 |     # RUN python -m venv .venv_dbt && source .venv_dbt/bin/activate && \
--------------------
ERROR: failed to solve: quay.io/astronomer/astro-runtime:12.2.0: failed to resolve source metadata for quay.io/astronomer/astro-runtime:12.2.0: failed to do request: Head "https://quay.io/v2/astronomer/astro-runtime/manifests/12.2.0": dial tcp [2600:1f18:483:cf01:dde4:4c4f:a6f8:7576]:443: connect: network is unreachable

Error: an error was encountered while building the image, see the build logs for details

This CLI bug is related to which Astronomer Platform?

  • Astro
  • Software
  • None/Unknown

What Operating System is the above CLI installed on?

Debian 12

I intentionally do not want IPV6 networking enabled. I think I need the ipv4 addresses to whitelist quay.io.

🪜 Steps To Reproduce

📸 Screenshots

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

No branches or pull requests

1 participant