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

   > How about this:
   > 
   > ```dockerfile
   > RUN sudo gpg --recv-keys 3A79BD29
   > ```
   
   i think the new key version is: A8D3785C
   https://dev.mysql.com/doc/refman/8.2/en/checking-gpg-signature.html
   the thing is even if i set this before my apt-get update looks like it 
doesn't override the default 467B942D3A79BD29
   I've tried 
   RUN apt-key adv --keyserver pgp.mit.edu --recv-keys A8D3785C \
       && gpg --export "A8D3785C" > "/etc/apt/trusted.gpg.d/mysql.gpg"


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