We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please provide the full gpg agent on the buildkite agent to allow for tools like asdf to function.
asdf
amazonlinux/amazon-linux-2023#243
It would be lovely to be able to use gpg agend directly without having to have a host bootstrap script.
The solution that I am proposing that packer upgrades the gpg-minimal to full install.
sudo dnf swap gnupg2-minimal gnupg2-full
My current and only alternative is to maintain a host script to upgrade the gpg installation.
This workaround seems to come with a problem that every so often the install or that starting of the agent will not work due to some race condition.
The text was updated successfully, but these errors were encountered:
Thanks for raising this @razbomi, we see no problem doing this. Would you be open to raising a PR adding this?
Sorry, something went wrong.
@DrJosh9000 absolutely. I am happy to raise a PR.
No branches or pull requests
Description
Please provide the full gpg agent on the buildkite agent to allow for tools like
asdf
to function.amazonlinux/amazon-linux-2023#243
Solution
It would be lovely to be able to use gpg agend directly without having to have a host bootstrap script.
The solution that I am proposing that packer upgrades the gpg-minimal to full install.
Alternatives
My current and only alternative is to maintain a host script to upgrade the gpg installation.
This workaround seems to come with a problem that every so often the install or that starting of the agent will not work due to some race condition.
The text was updated successfully, but these errors were encountered: