Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Build self-contained docker image including all shell scripts #26

Closed
wants to merge 1 commit into from

Conversation

elmariofredo
Copy link
Contributor

By building docker image with scripts baked in users don't have to clone this repo and just run docker image.


```
docker run -e TARGET=all -v ${PWD}:/app -v /dev:/dev --privileged picl-builder:latest
docker run -e TARGET=raspberrypi -v $PWD/config:/app/config -v $PWD/deps:/app/deps -v $PWD/out:/app/out -v /dev:/dev --privileged elmariofredo/picl-k3os-image-generator:v0.2
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest to either keep the docker build here, or perhaps we can set up GitHub actions on this repo to build & publish this image automatically?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I personally don't like running personally-built images from Docker Hub since you can't be sure that nothing evil happened up inside the image...)

@sgielen
Copy link
Owner

sgielen commented Oct 10, 2020

Thanks @elmariofredo! I like the idea, but would like to auto-build the images from this repository if you agree with that. Also, even if the image is built automatically, I'd also like to keep the build instructions in README to allow users the ability to build the image themselves if they want to.

@sgielen sgielen closed this May 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants