Skip to content

Balena Cloud Project Manual

TiB Rkt Arimana edited this page Dec 21, 2023 · 1 revision

Updating

Docker service image (Dockerfile.template)

A new service image can be build Check values in ${BALENA_ARCH}.env.


  • Node Machine | BALENA_MACHINE_NAME | BALENA_ARCH
  1. Raspberry Pi 3 | raspberrypi3 | armhf
  2. Raspberry Pi 4 | raspberrypi3-64 | aarch64
  3. Mini PC | intel-nuc | x86_64

  • Run ./deploy.sh [BALENA_ARCH] --nobuild You can select 1:armhf, 2:aarch64 or 3:x86_64 as the target machine CPU
  • You choose to build FROM a balenalib base image as set in Dockerfile.template, then type 0 or CTRL-C to exit the script
  • All template data filters copy to Dockerfile.aarch64, Dockerfile.armhf and Dockerfile.x86_64
Clone this wiki locally