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

Container support #103

Open
inknos opened this issue Feb 14, 2024 · 5 comments
Open

Container support #103

inknos opened this issue Feb 14, 2024 · 5 comments

Comments

@inknos
Copy link

inknos commented Feb 14, 2024

Hey, would you be interested in providing a Container file for your repository?

@rampatra
Copy link
Owner

@inknos feel free to raise a PR for the same if you wish.

@inknos
Copy link
Author

inknos commented Feb 19, 2024

ok I could try working on that

@inknos
Copy link
Author

inknos commented Feb 20, 2024

hey, while working on this I was looking at which versions of node/bundle should be required to run this project. could you provide some information on which versions should be supported?

@rampatra
Copy link
Owner

Node 18+ should be fine. If this is a problem, we can have 20+.

@inknos inknos mentioned this issue Feb 21, 2024
3 tasks
@inknos
Copy link
Author

inknos commented Feb 21, 2024

The container works, see #104.

Can be tested after cloning with:

$ podman build --tag photography .
$ podman run --rm --name photography-test --network host -v $(pwd)/images:/app/images:Z -v $(pwd)/_config.yml:/app/_config.yml:Z photography:latest 

However I still have issues using gulp. If I change the images in /images/fulls and run podman exec -it photography-test gulp it still does not resize the images. Not sure if this is expected. I will investigate more.

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

No branches or pull requests

2 participants