You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are blocking errors during 'apt update' on image
W: https://download.docker.com/linux/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: https://packages.cloud.google.com/apt/dists/cloud-sdk/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: Repository 'https://packages.cloud.google.com/apt cloud-sdk InRelease' changed its 'Origin' value from 'cloud-sdk' to 'namespaces/google.com:cloudsdktool/repositories/cloud-sdk'
E: Repository 'https://packages.cloud.google.com/apt cloud-sdk InRelease' changed its 'Label' value from 'cloud-sdk' to 'namespaces/google.com:cloudsdktool/repositories/cloud-sdk'
The last 2 are blocking error. It may be related with apt-key depreciation ?
It was working fine till today.
To Reproduce
Use cimg/android:2024.01-ndk docker image
Run sudo apt-get update
Expected behavior
The apt update have to success.
The text was updated successfully, but these errors were encountered:
Describe the bug
There are blocking errors during 'apt update' on image
The last 2 are blocking error. It may be related with apt-key depreciation ?
It was working fine till today.
To Reproduce
cimg/android:2024.01-ndk
docker imagesudo apt-get update
Expected behavior
The apt update have to success.
The text was updated successfully, but these errors were encountered: