plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Updated the hardcoded dependencies

Open yashsingh74 opened this issue 8 months ago • 1 comments

The PR fixes the following changes-

  • Allow default run args -it to be overridden by specifying DOCKER_RUN_ARGS.
  • Introduce GO_IMAGE and GO_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 to apk install bash and tar. Scripts checks for presence of both commands.
  • Avoid using dos2unix, use sed

yashsingh74 avatar May 28 '24 10:05 yashsingh74