Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Error in packages.list #132

Open
rtorrente opened this issue Mar 4, 2024 · 1 comment
Open

Bug Report: Error in packages.list #132

rtorrente opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rtorrente
Copy link

Describe the bug

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.

@rtorrente rtorrente added the bug Something isn't working label Mar 4, 2024
@georkost4
Copy link

I'm using --allow-releaseinfo-change in apt-get update and it seems to work but not sure about the side effects of that, hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants