YIO-Remote / remote-os

💎 Buildroot OS for YIO remote
GNU General Public License v3.0
13 stars 9 forks source link

Create an easy to use Docker build image #17

Closed zehnm closed 4 years ago

zehnm commented 4 years ago

The remote-os build involves a few setup steps and has many dependencies. Furthermore Linux is required, which makes it harder to use for non-Linux developers.

Goals:

Related issues:

Possible implementation:

Build the SD image of the current dev branch of the remote-os Git repository:

docker run yio-remote/build remote-os dev --pull

zehnm commented 4 years ago

The initial version needs a rework - with 1.5 GB in size the image is too fat:

Furthermore test if it's possible to bind-mount the Git projects from the host.

zehnm commented 4 years ago

Ready for initial release:

zehnm commented 4 years ago

Closing issue: Docker image available in dev branch