balena-io / contracts

Balena.io Base Contracts
Apache License 2.0
16 stars 27 forks source link

Multicontainer getting started not working on iot-gate-imx8 device type #240

Closed acostach closed 2 years ago

acostach commented 3 years ago

Te tag 10-stretch-run used by https://github.com/balena-io-examples/multicontainer-getting-started isn't available for the iot-gate-imx8 device type, the only ones available seem are:

https://hub.docker.com/r/balenalib/iot-gate-imx8-debian-node/tags?page=1&ordering=last_updated&name=1-stretch-run

[Success]   Successfully pulled cache images
[frontend]  Step 1/11 : FROM balenalib/iot-gate-imx8-debian-node:10-stretch-run
[proxy]     Step 1/2 : FROM arm64v8/haproxy:1-alpine
[data]      Step 1/6 : FROM balenalib/iot-gate-imx8-debian-node:10-stretch-run
[frontend]  manifest for balenalib/iot-gate-imx8-debian-node:10-stretch-run not found: manifest unknown: manifest unknown
[data]      manifest for balenalib/iot-gate-imx8-debian-node:10-stretch-run not found: manifest unknown: manifest unknown
acostach commented 2 years ago

cc @nghiant2710

nghiant2710 commented 2 years ago

hey @acostach, I think node v10.x was dropped support before this device was added, by any chance we can update the getting started to use recent version of node like 12.x or 14.x?

acostach commented 2 years ago

Sure, I updated them to 14.8 in https://github.com/balena-io-examples/multicontainer-getting-started/pull/33

nghiant2710 commented 2 years ago

v10.x is EOL and no longer supported, fixed when update the example to v14.8 https://github.com/balena-io-examples/multicontainer-getting-started/pull/33