Giter Site home page Giter Site logo

dash_builder's Introduction

DASH_BUILDER

Dash_Builder uses the github action Nature40/pimod to build the images.

Process

The below process is performed on both armhf and arm64. This takes about 3hours to build via github actions.

Build Base Image

  1. Get RPI Debian Lite image
  2. Increase Image by 2000MB
  3. Update image

Build OpenDsh Image

  1. Get Base Image
  2. Install packages required for Lite OS
  3. Clone dash repo
  4. Setup Dash

Docker build

docker run --rm --privileged \
    -v $PWD:/files \
    -e PATH=/pimod:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
    --workdir=/files \
    nature40/pimod \
    pimod.sh /files/base_bullseye_armhf.pifile
mv base_bullseye_armhf.pifile.img base_bullseye_armhf.img
docker run --rm --privileged \
    -v $PWD:/files \
    -e PATH=/pimod:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
    --workdir=/files \
    nature40/pimod \
    pimod.sh /files/compile_bullseye_armhf.pifile
mv compile_bullseye_armhf.pifile.img compile_bullseye_armhf.img
docker run --rm --privileged \
    -v $PWD:/files \
    -e PATH=/pimod:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
    --workdir=/files \
    nature40/pimod \
    pimod.sh /files/final_bullseye_armhf.pifile
mv final_bullseye_armhf.pifile.img final_bullseye_armhf.img
docker run -it -v $PWD/final_bullseye_armhf.img:/sdcard/filesystem.img lukechilds/dockerpi

Credits

@matt2005 @icecube45

dash_builder's People

Contributors

matt2005 avatar dependabot[bot] avatar icecube45 avatar gammac0de avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.