serving: Expired GPG Key for Ubuntu binary
Bug Report
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
- TensorFlow Serving installed from (source or binary): apt
- TensorFlow Serving version: 1.14.0
Describe the problem
I’m trying to install tensorflow-model-server 1.14.0 through APT but it seems that the GPG key used to sign the package is expired.
W: GPG error: http://storage.googleapis.com/tensorflow-serving-apt testing InRelease: The following signatures were invalid: KEYEXPIRED 1562881134 KEYEXPIRED 1562881134 KEYEXPIRED 1562881134
Exact Steps to Reproduce
See documentation: https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/setup.md#installing-using-apt
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 9
- Comments: 18 (5 by maintainers)
I am able to get the new key with the following command:
curl https://storage.googleapis.com/tensorflow-serving-apt/tensorflow-serving.release.pub.gpg | sudo apt-key add -
We are working on the issue internally. Conservatively it should take one day to fix.
Sorry for the confusion, Please following the installation instructions (https://www.tensorflow.org/tfx/serving/setup#installation_2) to install TFS server.
The instructions specifies to import the keys.