potiuk commented on issue #20741: URL: https://github.com/apache/airflow/issues/20741#issuecomment-1046569543
> Understoonn @potiuk, I was testing and the image is not being built appropriately. I just print a `docker images` Actually I think now it will be better to just use "Breeze2 build-ci-image" command directly - no need for a separate entrypoint. I think you should be able to run the command even now - as "Breeze2" entrypoint is already installed at this point. > Another doubt I have. What should be the parameter for build_image, since in the build_image this recipe: **kwargs as an argument, it means many arguments, like the python version, directories, etc. How I could know what will be these parameters? Those parameters should be (as the yare now) passed through environment variables. When you run it as `./Breeze2 build-ci-image` you should just make sure that al the necessary variables that are currently set in the build-images.yml are properly configured as proper click options env variables fallbacks https://click.palletsprojects.com/en/8.0.x/options/#values-from-environment-variables -- 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]
