You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue with the tofuutils/pre-commit-opentofu Docker image. Currently, the image contains the tofu package as a ZIP file (tofu_1.6.1_linux_amd64.zip), but it does not include the extracted tofu binary, which prevents the command from running as expected.
Details:
Image Name: tofuutils/pre-commit-opentofu
ZIP File Location: /usr/bin/tofu_1.6.1_linux_amd64.zip
Missing Binary: The extracted tofu binary is not available in the expected path.
Secreenshot of zip tofu binary.
Suggested Solution:
Please consider updating the Docker image to include the extracted tofu binary instead of the ZIP file. This would allow users to run the tofu command without needing to manually extract the binary.
The text was updated successfully, but these errors were encountered:
I encountered an issue with the tofuutils/pre-commit-opentofu Docker image. Currently, the image contains the tofu package as a ZIP file (tofu_1.6.1_linux_amd64.zip), but it does not include the extracted tofu binary, which prevents the command from running as expected.
Details:
Secreenshot of zip tofu binary.
Suggested Solution:
Please consider updating the Docker image to include the extracted tofu binary instead of the ZIP file. This would allow users to run the tofu command without needing to manually extract the binary.
The text was updated successfully, but these errors were encountered: