Coder Social home page Coder Social logo

coreboot-dockerfile's Introduction

coreboot-dockerfile

Dockerfile with a coreboot build environment

It's a way to cheat cached builds too. To get my last coreboot toolchain, one could simply

    docker pull eyedeekay/coreboot-dockerfile

which is convenient as I am heavily reliant on build automation.

If you want to try out my experimental coreboot builds, the plan is to make it so you can just:

    git clone https://github.com/eyedeekay/coreboot-dockerfile.git && cd coreboot-dockerfile
    docker pull eyedeekay/coreboot-dockerfile
    make rebuild

Right now, that will fully build the coreboot image for the Alienware m11xR1 and copy the build result to a folder in the working directory named "build."

Usage:

I use this as a base container to build other containers from. It keeps a copy of all dependencies for building coreboot installed system-wide, and the corebooot tree in /home/coreboot/coreboot. This makes it really easy to put up and tear down pristine build environments in containers. To use this as a base container, just use FROM, copy your files, and run make in the container.

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.