Script runner for installable.sh.
docker pull ghcr.io/installable-sh/run:v1go install github.com/installable-sh/run@latestRUN [+env] [+raw] [+nocache] <url> [args...]+env- Send environment variables as X-Env-* headers+raw- Print the script without executing+nocache- Bypass CDN caches
# Run a script
RUN https://example.com/install.sh
# Run with arguments
RUN https://example.com/install.sh --version 1.0.0
# Preview script without executing
RUN +raw https://example.com/install.sh
# Run with environment forwarding
RUN +env https://example.com/install.sh# Build
make build
# Run tests
make test
# Run all CI checks
make ciApache 2.0 - see LICENSE