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 dev init produces Dockerfile with image that is not available #1744

Open
1 of 3 tasks
big-c-note opened this issue Nov 15, 2024 · 2 comments
Open
1 of 3 tasks

Comments

@big-c-note
Copy link

Describe the bug

You can recreate by
brew install astro
astro dev init
vim Dockerfile

You get the following:
FROM quay.io/astronomer/astro-runtime:12.4.0

However when building we receive this error:

manifest for quay.io/astronomer/astro-runtime:12.4.0 not found: manifest unknown: manifest unknown

What CLI Version did you experience this bug?

1.30.0

This CLI bug is related to which Astronomer Platform?

  • Astro
  • Software
  • None/Unknown

What Operating System is the above CLI installed on?

Reproduced on Linux (can't recall distro) and Mac

🪜 Steps To Reproduce
You can recreate by
brew install astro
astro dev init
vim Dockerfile

@big-c-note
Copy link
Author

I think our astro deployment was upgraded to something, so checking out that out and trying to see what images are available.

@big-c-note
Copy link
Author

I was able to remove the Dockerfile in our build pipeline and then recreate it with 12.3 image, and that works for now

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