Felipe Lalanne
Felipe Lalanne
# Expected Behavior The build succeeds # Actual Behavior Build fails to find commands in PATH # Steps to Reproduce the Problem 1. Create the following Dockerfile.template ``` FROM balenalib/%%BALENA_MACHINE_NAME%%-alpine...
# Expected Behavior Using `balena os download` should be consistent across ESR releases # Actual Behavior The behavior of the balena os download command is inconsistent now with the introduction...
# Expected Behavior On `balena join`, the device configuration in config.json should remain the same on values that do not depend on the target cloud environment. This is the case...
[Documentation](https://www.balena.io/docs/learn/deploy/release-strategy/update-strategies/#controlling-the-update-strategy) mentions `BALENA_SUPERVISOR_UPDATE_STRATEGY` config var as a way to set the update strategy, but this var has no effect as there is no transform setup for it (there is only...
A recent PR reverted the multicast-dns commit bump from PR #2401. This means that under some conditions, `npm install` will fail. Change-type: patch See: https://github.com/balena-io-modules/multicast-dns/pull/1 See: https://github.com/balena-io/balena-cli/pull/2401
The current contiker docker image although is very useful, it is quite large in size (1.2GB compressed, 3.5 uncompressed). I propose a refactor of the Dockerfile that allows to produce...
The supervisor is changing the container name format from `___` to `_`. This updates the SSH command to work with both formats. Change-type: minor Depends-on: balena-os/balena-supervisor#2136
Change-type: minor See: https://balena.fibery.io/Inputs/Research/Add-'deploy'-functionality-to-deploy-with-balena-GitHub-action-366
When using versionbot, this is how the action interacts with that service 1. On PR: versionbot creates a branch with the version. The action uses that branch to create the...
Replication steps ``` >>> from balena import Balena >>> balena = Balena() >>> credentials = { 'username':'[email protected]', 'password': '******' } >>> balena.auth.login(**credentials) >>> balena.models.device.restart_service('uuid', 1234) ``` Nothing is returned from...