potiuk commented on PR #35026: URL: https://github.com/apache/airflow/pull/35026#issuecomment-1785847445
> > I guess similar changes should then be applied to the CI image too. Might be benefitial as well in some cases (same scripts are used in both). > > Yes, but I don't understand what makes the CI fail right now. > > ``` > docker: Error response from daemon: No such image: ghcr.io/apache/airflow/main/ci/python3.8:4db4408536c0cb4d6dae098cb0fcba574887e7cf. > ``` Unfold previous step and see the output of docker build comand - it fails to build. Possibly there is an error somewhere there because (independent from that) in the previous step because it's the previous step that should fail. Try it locally `breeze ci-image build` locally to reproduce the failure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
