Update airflow 3 image repo by pritt20 · Pull Request #1827 · astronomer/astro-cli
Description
This PR updates airflow 3 specific image repo address from air.astronomer.io/runtime to astrocrpublic.azurecr.io/runtime in order to prevent Podman and Kaniko pull issues due to redirect errors.
🎟 Issue(s)
Related #1826
🧪 Functional Testing
Tested the change locally:
astro dev init --runtime-version 3.0-1
Initialized empty Astro project in /tmp/AF3
cat dockerfile
FROM astrocrpublic.azurecr.io/runtime:3.0-1
📋 Checklist
- Rebased from the main (or release if patching) branch (before testing)
- Ran
make testbefore taking out of draft - Ran
make lintbefore taking out of draft - Added/updated applicable tests
- Tested against Astro-API (if necessary).
- Tested against Houston-API and Astronomer (if necessary).
- Communicated to/tagged owners of respective clients potentially impacted by these changes.
- Updated any related documentation