plugins
plugins copied to clipboard
Updated the hardcoded dependencies
The PR fixes the following changes-
- Allow default
run
args-it
to be overridden by specifyingDOCKER_RUN_ARGS
. - Introduce
GO_IMAGE
andGO_VERSION
to allow the compiliation docker image to be specified. - Add logic to handle the case where a non
alpine
golang image is used so that the script no longer blindly attempts toapk
installbash
andtar
. Scripts checks for presence of both commands. - Avoid using dos2unix, use sed