-
Notifications
You must be signed in to change notification settings - Fork 223
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
Dockerfile #226
Comments
To make sure the resulting image is based on an updated node image, it would have to be rebuilt in a regular interval that is not solely triggered by git interactions, in case there is a time of inactivity. |
GitHub Actions support cronjobs, so that's a possible solution. |
As a temp solution I have it building on my CI and pushing to dockerhub. It checks hourly for git changes and builds if there is any, and it also builds weekly incase node has updated. Only builds for amd64. |
Closing to move discussion to #227 |
Could you register the Dockerfile with an online service so I can just pull it down and don't have to build it everytime the repo updates?
If you cant use the official docker site then quay.io works nicely, even GitHub has their own container registry which should work.
The text was updated successfully, but these errors were encountered: