Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability for build-docker.sh to externalize build steps and configuration #507

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    6ef7fa5 View commit details
    Browse the repository at this point in the history
  2. Add comment

    aniongithub committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c1d1015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f5dfc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Add the ability to configure additional mounts when running the image…

    … for custom stages, binaries, etc.
    aniongithub committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b4d215e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    869edae View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    d8481fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd173a View commit details
    Browse the repository at this point in the history
  3. 1. Add ability to mount custom stages into the docker build process s…

    …o we can build custom images without having to modify pi-gen
    
    2. Add ability to pass in key=value pairs that can be accessed as custom environment variables in config, allowing injection of secrets into a custom image for wi-fi setup or other purposes.
    
    Together, this commit allows a repository using an un-modified version of this commit as a submodule to create a fully working, bootable, connect-able, custom image for a raspberry pi that needs NO manual setup.
    aniongithub committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    a40b72b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Add wpasupplicant to packages list, we need it to generate wpa_suppli…

    …cant.conf during the image build process.
    aniongithub committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    52fd636 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    82f67bf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    80bf596 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from aniongithub/feature-refactor

    Refactor of mount and env. handling to read better
    aniongithub committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    8f46a33 View commit details
    Browse the repository at this point in the history