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

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

Open
Jocomol opened this issue Mar 2, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Jocomol
Copy link

Jocomol commented Mar 2, 2023

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

@Jocomol Jocomol added the enhancement New feature or request label Mar 2, 2023
@nis65
Copy link
Contributor

nis65 commented Jun 8, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants