This looks very promising. I've been looking for a ci/CD platform that builds docker images and has pipelines. I even started building my own cause I couldn't find anything out there.
Pipelines: Your Doorway to Continuous Development
21–26 of 26 posts
Re: Pipelines: Your Doorway to Continuous Development
#22This looks very promising. I've been looking for a ci/CD platform that builds docker images and has pipelines. I even started building my own cause I couldn't find anything out there.
Consider looking at GitLab CI. The Runner builds Docker images, it includes a docker registry, and we call pipeline steps stages.
Re: Pipelines: Your Doorway to Continuous Development
#23This looks very promising. I've been looking for a ci/CD platform that builds docker images and has pipelines. I even started building my own cause I couldn't find anything out there.
Re: Pipelines: Your Doorway to Continuous Development
#24Earlier quoted context omitted.
We've got dedicated build actions for Java, .NET/.NET Core and Python that you can use to build and test your app. What do you mean by Windows Docker containers exactly?
A container in which you can run Windows processes. I'll be honest and admit that I haven't done my homework on this and I don't even know if anyone does this.
Re: Pipelines: Your Doorway to Continuous Development
#25This looks very promising. I've been looking for a ci/CD platform that builds docker images and has pipelines. I even started building my own cause I couldn't find anything out there.
Re: Pipelines: Your Doorway to Continuous Development
#26Earlier quoted context omitted.
A container in which you can run Windows processes. I'll be honest and admit that I haven't done my homework on this and I don't even know if anyone does this.
Windows Containers only went GA fairly recently with Windows Server 2016, so it is unlikely that many are using them yet. I have yet to see any CI services that mention any plans to support windows containers or acknowledge their existence.