Skip to content

Docker image that can build another docker image when receiving a message

License

Notifications You must be signed in to change notification settings

femtopixel/docker-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c96ca40 · May 2, 2024

History

34 Commits
May 1, 2024
Dec 5, 2017
Dec 5, 2017
Dec 5, 2017
May 1, 2024
Dec 5, 2017
May 1, 2024
May 2, 2024
Nov 20, 2018
Apr 2, 2018

Repository files navigation

Caution

As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.

Note

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

  • If you want to add your git keys, add -v "$HOME/.ssh/:/root/.ssh/"
  • If you want to crossbuild architectures, add -v "/usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static" and so on...
  • If you want to push compiled images, you may need to add -v $HOME/.docker/config.json:/root/.docker/config.json

Appendixes

Install Docker

If you don't have Docker installed yet, you can do it easily in one line using this command

curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER