potiuk commented on PR #21323:
URL: https://github.com/apache/airflow/pull/21323#issuecomment-1091555847

   I think is quite heavy for the tests and  have some side effects (for 
example we have a custom entrypoint)- this image to test here  is just a plain 
python image.
   
   I just pushed an alpine based one: 
https://github.com/orgs/apache/packages/container/package/airflow-python
   
   This was the command to prepare it (@malthe  you can add it in a comment 
next to the test that this is the command we used to get it:
   
   ```
   dpcker pull python:3.9-alpine && \
   echo "FROM python:3.9-alpine" | docker build --label 
org.opencontainers.image.source="https://ghcr.io/apache/airflow"; -t 
ghcr.io/apache/airflow-python:3.9-alpine - && \
   docker push ghcr.io/apache/airflow-python:3.9-alpine
   ```
   
   
   
   


-- 
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]

Reply via email to