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

   > > 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"
   > 
   > Dod it work @souzagmu ?
   no, it doesn't. 
   
   ```
   Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d 
instead (see apt-key(8)).
   Executing: /tmp/apt-key-gpghome.3VoQnop4Cj/gpg.1.sh --keyserver pgp.mit.edu 
--recv-keys A8D3785C
   gpg: key B7B3B788A8D3785C: public key "MySQL Release Engineering 
<mysql-bu...@oss.oracle.com>" imported
   gpg: Total number processed: 1
   gpg:               imported: 1
   gpg: directory '/root/.gnupg' created
   gpg: keybox '/root/.gnupg/pubring.kbx' created
   gpg: WARNING: nothing exported
   ```
   and then got the
   
   ```
   W: GPG error: http://repo.mysql.com/apt/debian bullseye InRelease: The 
following signatures couldn't be verified because the public key is not 
available: NO_PUBKEY 467B942D3A79BD29
   E: The repository 'http://repo.mysql.com/apt/debian bullseye InRelease' is 
not signed.
   ```


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