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

fix: graalvm image terraform install #806

Merged
merged 2 commits into from Apr 16, 2024
Merged

Conversation

burkedavison
Copy link
Contributor

@burkedavison burkedavison commented Apr 16, 2024

Terraform install stopped working from default yum repo.

From https://www.hashicorp.com/official-packaging-guide :

Add the HashiCorp repo
Note: The provided repository configuration covers the supported distributions listed above. If you are using a variant not listed, you are encouraged to modify the repository configuration to suit your needs. For example, users of RHEL 7Server or RHEL 8.3 can change the baseurl to use 7 or 8 respectively in place of the $releasever variable.

@burkedavison burkedavison requested a review from a team as a code owner April 16, 2024 15:52
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Apr 16, 2024
@lqiu96
Copy link
Contributor

lqiu96 commented Apr 16, 2024

Due to a CI issue in #793

Step #0 - "graalvm-a-build": Step 8/10 : RUN yum -y install terraform
Step #0 - "graalvm-a-build":  ---> Running in 6dc0b691c50a
Step #0 - "graalvm-a-build": Loaded plugins: ovl
Step #0 - "graalvm-a-build": No package terraform available.
Step #0 - "graalvm-a-build": Error: Nothing to do
Step #0 - "graalvm-a-build": The command '/bin/sh -c yum -y install terraform' returned a non-zero code: 1

@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Apr 16, 2024
@burkedavison burkedavison merged commit 96589ef into main Apr 16, 2024
60 checks passed
@burkedavison burkedavison deleted the fix-terraform-install branch April 16, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants