projectpotos / potos-iso-builder

Potos Installation Boot Image
GNU General Public License v3.0
2 stars 6 forks source link

[FEAT]: Makefile or bash script for executing the docker command #40

Open Jocomol opened 1 year ago

Jocomol commented 1 year ago

Description

I often find myself having to go onto potos.dev to copy and paste the docker command to build the ISO. It would be very nice if this + checksum check were in a script delivered with the repository. I could implement this myself but I am unsure if you prefer the makefile or the bashscript approach or even think something else is better.

Additional Information

No response

nis65 commented 1 year ago

In order to use my own container (from the `container directory) to build the ISO, I am using (as @fadnincx told me):

cd potos-iso-builder
docker run -v $(pwd)/config:/config:Z -v $(pwd)/output:/output:Z --rm -it $(docker build -q container)