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] Docker Image #109

Closed
mahyarmirrashed opened this issue Dec 17, 2024 · 5 comments
Closed

[Feat] Docker Image #109

mahyarmirrashed opened this issue Dec 17, 2024 · 5 comments

Comments

@mahyarmirrashed
Copy link

A Docker/Podman image would be great as something to have periodically run on a Linux server.

@scottjl
Copy link

scottjl commented Jan 5, 2025

just install locally and use cron, why would a container be needed?

@mahyarmirrashed
Copy link
Author

k8s workflows

@andrewbanchich
Copy link
Owner

Another reason might be security. Instead if auditing all the code you could just run inside a container.

That being said, it could be as easy as doing a volume binding to your local binary and doesn't need a custom image.

@scottjl
Copy link

scottjl commented Jan 5, 2025

just seems like overkill. if you're that worried about the code for this app, are you running every 3rd party app in a container? if you're running k8 then you should be building your own containers anyway.

@andrewbanchich
Copy link
Owner

Yeah, I agree with that. Probably not something in scope for this project.

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

3 participants