-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
just install locally and use cron, why would a container be needed? |
k8s workflows |
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. |
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. |
Yeah, I agree with that. Probably not something in scope for this project. |
A Docker/Podman image would be great as something to have periodically run on a Linux server.
The text was updated successfully, but these errors were encountered: