We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install CLI binary from pre-built package, rather than building the Docker images on every run: https://github.com/balena-io/balena-cli/blob/master/INSTALL-LINUX.md
For example:
BALENA_CLI_URL: https://github.com/balena-io/balena-cli/releases/download BALENA_CLI_VERSION: 13.1.7 release_zip="balena-cli-v${BALENA_CLI_VERSION}-linux-x64-standalone.zip" wget -q "${BALENA_CLI_URL}/v${BALENA_CLI_VERSION}/${release_zip}" unzip -q "${release_zip}" PATH="$(pwd)/balena-cli:${PATH}" balena version
Perhaps the savings offered by alpine image are outweighed by using ubutu-slim + balena-cli package?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Install CLI binary from pre-built package, rather than building the Docker images on every run:
https://github.com/balena-io/balena-cli/blob/master/INSTALL-LINUX.md
For example:
Perhaps the savings offered by alpine image are outweighed by using ubutu-slim + balena-cli package?
The text was updated successfully, but these errors were encountered: