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

Docker #98

Closed
pollier opened this issue Feb 23, 2018 · 2 comments
Closed

Docker #98

pollier opened this issue Feb 23, 2018 · 2 comments
Labels

Comments

@pollier
Copy link

pollier commented Feb 23, 2018

I'm deploying CI / CD / Docker for script server on my company system.
Not production ready yet but on good way
Currently testing those tools :

  • Jenkins (maybe Travis CI SaaS for CI of the project as it's free for opensource project)
  • Ansible
  • Docker
  • Docker-compose ?

Any feedback, idea and feature requests are welcome !

bugy added a commit that referenced this issue Feb 23, 2018
bugy added a commit that referenced this issue Feb 23, 2018
bugy added a commit that referenced this issue Feb 23, 2018
bugy added a commit that referenced this issue Feb 23, 2018
bugy added a commit that referenced this issue Feb 23, 2018
@bugy
Copy link
Owner

bugy commented Feb 23, 2018

Hi @pollier, I'm not sure if I understood you correctly.
Do you want to build your custom setup or this script-server project? For the latter case I believe some cloud-based CI would be the best option. I tried to play with Travis CI a bit, but there are 2 missing features as for me:

  1. No possibility to download build results from CI page. Artifacts should be uploaded somewhere as a part of build process.
  2. I couldn't find a way how to show info about tests: detailed info + coverage. All you can do is read build output :
    May be circle CI or any other alternative would be better

For Docker - are you going to create base image for script-server? So others would be able to build own image on top of it

Regarding ansible and docker-compose, to be honest I have no idea how they could be used here.

And thank you very much for the feedback and all the efforts!

@bugy bugy added the question label Mar 9, 2018
@bugy
Copy link
Owner

bugy commented Jan 25, 2019

Closing as no activity here. Docker is currently discussed in #171

@bugy bugy closed this as completed Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants