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

Dockerfile #226

Closed
rtm516 opened this issue Jan 31, 2021 · 4 comments · May be fixed by #227
Closed

Dockerfile #226

rtm516 opened this issue Jan 31, 2021 · 4 comments · May be fixed by #227

Comments

@rtm516
Copy link

rtm516 commented Jan 31, 2021

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.

@nothub
Copy link
Contributor

nothub commented Feb 1, 2021

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.

@hugmanrique
Copy link
Contributor

GitHub Actions support cronjobs, so that's a possible solution.

@rtm516
Copy link
Author

rtm516 commented Mar 16, 2021

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.
https://hub.docker.com/r/rtm516/minetrack

@Cryptkeeper
Copy link
Owner

Closing to move discussion to #227

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

Successfully merging a pull request may close this issue.

4 participants