tensorflow / serving

A flexible, high-performance serving system for machine learning models

Home Page:https://www.tensorflow.org/serving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpg key expired

gaborchris opened this issue · comments

System information

  • Linux Ubuntu 20.04
  • binary
  • stable

Describe the problem

gpg public key expired on 7/19/22

Exact Steps to Reproduce

$ echo "deb [arch=amd64] http://storage.googleapis.com/tensorflow-serving-apt stable tensorflow-model-server tensorflow-model-server-universal" | sudo tee /etc/apt/sources.list.d/tensorflow-serving.list && \
curl https://storage.googleapis.com/tensorflow-serving-apt/tensorflow-serving.release.pub.gpg | sudo apt-key add -

$ apt-get update
W: GPG error: http://storage.googleapis.com/tensorflow-serving-apt stable InRelease: The following signatures were invalid: EXPKEYSIG 544B7F63BF9E4D5F Tensorflow Serving Developer (Tensorflow Serving APT repository key) <tensorflow-serving-dev@googlegroups.com>
E: The repository 'http://storage.googleapis.com/tensorflow-serving-apt stable InRelease' is not signed

$ apt-key list
...
pub   rsa4096 2017-07-13 [SC] [expired: 2022-07-19]
uid           [ expired] Tensorflow Serving Developer (Tensorflow Serving APT repository key) <tensorflow-serving-dev@googlegroups.com>
...

Hi @gaborchris

Could you please refer the similar issues issue1 and issue2 and also look at this documentation. Hope this helps, Thank you!

Hi @pindinagesh, yes this is the same issue but the key has expired again after one year.

Just chiming in to say that I'm facing this issue too. Would be great if addressed soon, or a workaround were available for using TF Serving.

Also facing this issue. You'd think a company as big as Google would have automatic renewal. Linux Google repository certificate is also expired.

This should be fixed now.