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

Enable envoy repository with yum fails. Gpg Keys not imported. #30

Closed
BerniBurnsen opened this issue Nov 19, 2021 · 1 comment
Closed
Labels
getenvoy issues raised about getenvoy due to delay of upstream packages or lack of CentOS 7 support

Comments

@BerniBurnsen
Copy link

Describe the bug
sudo yum makecache --disablerepo='*' --enablerepo='tetrate-getenvoy-rpm-stable' - Fails.

amazon-ebs: adding repo from: /tmp/tetrate-getenvoy-rpm-stable.repo
amazon-ebs: grabbing file /tmp/tetrate-getenvoy-rpm-stable.repo to /etc/yum.repos.d/tetrate-getenvoy-rpm-stable.repo
amazon-ebs: repo saved to /etc/yum.repos.d/tetrate-getenvoy-rpm-stable.repo
amazon-ebs: Loaded plugins: priorities, update-motd, upgrade-helper
amazon-ebs: Retrieving key from https://rpm.dl.getenvoy.io/public/gpg.CF716AF503183491.key
==> amazon-ebs: Importing GPG key 0x03183491:
==> amazon-ebs:  Userid     : "Cloudsmith Package (tetrate/getenvoy-rpm) <[email protected]>"
==> amazon-ebs:  Fingerprint: a822 0fc0 141b fa99 0de5 609c cf71 6af5 0318 3491
==> amazon-ebs:  From       : https://rpm.dl.getenvoy.io/public/gpg.CF716AF503183491.key
==> amazon-ebs: https://rpm.dl.getenvoy.io/public/rpm/el/7/aarch64/repodata/repomd.xml: [Errno -1] Gpg Keys not imported, cannot verify repomd.xml for repo tetrate-getenvoy-rpm-stable
==> amazon-ebs: Trying other mirror.

To Reproduce

sudo yum install yum-utils

sudo rpm --import 'https://rpm.dl.getenvoy.io/public/gpg.CF716AF503183491.key'

curl -sL 'https://rpm.dl.getenvoy.io/public/config.rpm.txt?distro=el&codename=7' > /tmp/tetrate-getenvoy-rpm-stable.repo

sudo yum-config-manager --add-repo '/tmp/tetrate-getenvoy-rpm-stable.repo'

sudo yum makecache --disablerepo='*' --enablerepo='tetrate-getenvoy-rpm-stable'  # <--- it fails here

sudo yum install getenvoy-envoy

Expected behavior
Installation works without problems

Environment (please complete the relevant information):

  • OS: Centos OS 7
  • Envoy Version: -

Additional context
I am trying to setup a base image in aws with packer. When installing i get the above mentioned error. All other installation work perfectly fine.

i hope i am in the correct git hub section :-)

Thank you very much and kind regards,

Bernhard

@codefromthecrypt codefromthecrypt transferred this issue from tetratelabs/func-e Nov 20, 2021
@codefromthecrypt codefromthecrypt added the getenvoy issues raised about getenvoy due to delay of upstream packages or lack of CentOS 7 support label Nov 20, 2021
@codefromthecrypt
Copy link
Contributor

I presume you are trying the abandoned getenvoy packages due to missing support for CentOS 7 (per #17) Please see notes there which I'll update now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
getenvoy issues raised about getenvoy due to delay of upstream packages or lack of CentOS 7 support
Projects
None yet
Development

No branches or pull requests

2 participants