maggie44

Results 211 comments of maggie44

It seems like that would be a way to run it in Docker in production, but not what I had in mind when I said a docker production image. By...

> @panbanda, thanks for asking. I have now updated an [earlier comment](https://github.com/balena-io/balena-cli/issues/1099#issuecomment-486332654) to advise using a Linux VM and the balena CLI for Linux instead of downgrading Docker, because those...

Looks like GitHub runner dropped support for aufs. Not sure if we can treat it as a GitHub issue though, is very outdated it seems. https://forums.balena.io/t/error-preloading-balenaos/349969/4

Some info here from the forums that is super helpful: > the aufs to overlay migration takes place with balenaOS 2.84.0, so it will happen as device types get updated....

> That's great info indeed @maggie0002 @alexgg. 🎉   So I think it can be said that the ultimate "fix" to this `balena preload` issue is to use balenaOS 2.84.0 or...

> This is great news! Is there a public kanban or something to view the progress / timelines of the different boards? I'm really only needing the rpi0 but I'm...

> What I got from the OS team is that: _"The latest beaglebone-black release already performs the migration_ [AUFS → overlay2]. _We are waiting on a decent uptake of BBB...

Thanks for this extensive reply! I am used to people seeing my KB chasing and nudging it down the todo list. Indeed, the typings are useful, and separating them in...

P.S. I had a quick run at the bundle approach to see how it would tree shake, but didn't get very far (Vite, Vue). ``` import { getSdk } from...

> Sigh. I just came across this issue because I created two different docker-compose files, `docker-compose.dev.yml` and `docker-compose.prod.yml` and thought I could just pass them to `balena push` via `--dockerfile...