Build / deploy app

Hi,

Thanks for your answer! I’ve tried it, but unfortunately, it doesn’t work. Looks like the newest Docker uses HTTP/2, which seems to be the problem. But I’ve used their config file because it was better, so that’s nice :slight_smile:

For now, this Dockerfile fulfills my needs. But I’ll try to look for a way to enhance it, so that I can build via Docker natively, when needed.

Update
Fixed the issue, so now you can use it with Docker as well. So you can build an image via this container on the device, and deploy it to your registry :slight_smile:

Hey @bversluijs – glad to hear you were able to get it to work. Thanks for sharing your progress with us!

All the best,
Hugh

By the way, it’s also worth noticing that the --nocache option has to be used AFTER defining the source. […]

Just a note that this particular issue was fixed in balena CLI v12.9.9, with some further fixes in CLI v12.14.10. Thanks for reporting it. :+1:

1 Like