-
Notifications
You must be signed in to change notification settings - Fork 28
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
Added dockerfile #571
Added dockerfile #571
Conversation
@norberttech why not host the docker images right here on GH? to pull it, instead of here how to automate publishing the images to GHCR using GHA: https://github.com/flavioheleno/watchr/blob/main/.github/workflows/release.yml#L68-L91 |
Honestly, I didn't think about it 🤦♂️ Yeah, I think we can start from here and if docker finally grants us open-source team license we can also publish to hub |
b30c3f7
to
1e7c79b
Compare
Ok, I think I managed to make it work. Instead of fetching phar from github the Dockerfile will just grab the latest phar. I tested it on my fork, everything worked just as expected. |
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security
Description
Refs: #511
Additionally, I applied for an opensource organization through dockerhub, once (if) we get it I will prepare GitHub actions that will build the image and push it after merge/release to dockerhub.