Publish docker image - #213
Conversation
Add a deploy stage to the travis build to publish a latest docker image to a registry for master and releases.
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
==========================================
- Coverage 94.20% 94.08% -0.13%
==========================================
Files 8 8
Lines 829 829
Branches 142 142
==========================================
- Hits 781 780 -1
Misses 32 32
- Partials 16 17 +1
Continue to review full report at Codecov.
|
|
I think it is a good idea to publish an "official" docker image for this app. |
|
I would argue that having a bleeding edge latest isn't a bad thing, but I don't mind, its your project :) Having latest track master also means you don't have to work out how to push the right To stop it deploying |
I think it is possible to make |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #213 +/- ##
==========================================
- Coverage 94.20% 94.08% -0.13%
==========================================
Files 8 8
Lines 829 829
Branches 142 142
==========================================
- Hits 781 780 -1
Misses 32 32
- Partials 16 17 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Add a deploy stage to the travis build to publish a latest docker image to a registry for master and releases.
There seem to be a lot of webssh images on docker, it would be nice to have an official, regularly updated one to rely on..
If you agree that its a good idea, this PR would also require that you create a dockerhub account, and add the DOCKER_USERNAME and DOCKER_PASSWORD values to travis to be able to push the image.