Closed shinitiandrei closed 3 years ago
@WadeBarnes , is this a predictable side effect of our CI/CD changes?
Hey @dhh1128 , it seems the repository was updated on 02/07/21 which seemed to solve the problem. I assume the packages were signed with the correct key this time. I'll close this for now, but yeah something to keep in check on your side guys. Thank you!
@dhh1128, @shinitiandrei, The updates for the fix were communicated in the Hyperledger Rocket.Chat channels. The repository's signing key expired on 2021.06.30. The new key was installed 2021.07.01 and some lingering issues were resolved just before 5am (PST) 2021.07.02. This has nothing to do with any of the CI/CD changes we're doing. I've closed up the hole this fell through so it won't happen in the future (2 years from now).
Rocket.Chat Notification Links:
To get the updated signing subkey you'll need to add apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
to your list of update commands.
Thank you for the update @WadeBarnes!
Hey there,
We are facing some serious issues with https://repo.sovrin.org/sdk/deb. We are unable to add the repository in order to install
libindy
package.I'm installing libindy in a Ubuntu 18.04 docker and this is my command in Dockerfile:
And this is the error log:
I tried many workarounds, even this https://superuser.com/a/1331948 as well. But it seems the key must be at least able to authenticate which is not happening at the moment. I've checked that the repo has been recently updated but not sure if the keys are the same as in https://repo.sovrin.org/sdk/deb/dists/bionic/. This was working fine previously but now it's not, and it's currently breaking many of our pipelines. Can someone have a look at it if not resolved by the time you see it?
Thanks for the support!