Install script should use something other than shasum
#537
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
priority/unprioritized-backlog
Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.
Describe the problem/challenge you have
I was trying to create a docker container to use ytt during a ci/cd operation, and found that the install script wants 'shasum` to be installed, which is apparently part of perl-utils in alpine, which of course also requires perl.
As it shows above, this results in 43MiB larger docker image, unnecessarily.
Describe the solution you'd like
I love that the install script is checking SHA sums, but maybe we could use something other than "shasum" executable?
Maybe
sha256sum
directly?Anything else you would like to add:
I know there are other workarounds... just a suggestion/recommendation.
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: