acmarco commented on issue #36231:
URL: https://github.com/apache/airflow/issues/36231#issuecomment-1856583460

   > It looks as though the apt repository still has the old gpg key set: 
https://repo.mysql.com/apt/debian/conf/distributions
   
   For us we couldn't get the reference to the old key to  go away. If it's 
hardcoded in the repo itself, this would explain it.
   
   Right now, for us what works is to remove the mysql repo from the sources in 
our docker image based on `apache/airflow:2.6.3-python3.10`
   
   so 
   ```
   RUN rm /etc/apt/sources.list.d/mysql.list
   ```


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to