Describe the bug
expired signing key for bazel APT repo
Area for Triage:
Packages
Question, Bug, or Feature?:
Bug
Virtual environments affected
Expected behavior
apt-get update finish without error
Actual behavior
apt-get update shows the following error message:
Err:5 https://storage.googleapis.com/bazel-apt stable InRelease
The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <[email protected]>
Hello, @zhangyoufu
We are planning to roll-out a new image version this week where the gpg key was updated. As a temporary workaround you can update manually the gpg for bazel:
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
Hello,
Do we know when the new image is going to be deployed?
Thanks
@jkfran we started deployment yesterday(the previous week's deployment was canceled due to bug in azure-cli). The propagation will take 2-3 more days.
Hello @miketimofeev ,
When do you think the deployment will be ready?
@jkfran Unfortunately we had to stop the deployment due to found issues so the new date is next Tue-Wed. The new release is this one:
https://github.com/actions/virtual-environments/releases/tag/ubuntu18%2F20200604.1
Thank you for your patience.
@zhangyoufu we've finished Ubuntu deployments and I'm going to close the issue. Feel free to contact us if you have any concerns.
Thank you!