Quay.io vs Travis CI: What are the differences?
What is Quay.io? Secure hosting for private Docker repositories. Simply upload your Dockerfile (and any additional files it needs) and we'll build your Dockerfile into an image and push it to your repository.
What is Travis CI? A hosted continuous integration service for open source and private projects. Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
Quay.io belongs to "Docker Registry" category of the tech stack, while Travis CI can be primarily classified under "Continuous Integration".
Some of the features offered by Quay.io are:
- Secure - Your data is transferred using SSL at all times and encrypted when at rest. More information available in our security guide
- Shareable - Have to share a repository? No problem! Share with anyone you choose
- Cloud Hosted - Accessible from anywhere, anytime
On the other hand, Travis CI provides the following key features:
- Easy Setup- Getting started with Travis CI is as easy as enabling a project, adding basic build instructions to your project and committing code.
- Supports Your Platform- Lots of databases and services are pre-installed and can simply be enabled in your build configuration, we'll launch them for you automatically. MySQL, PostgreSQL, ElasticSearch, Redis, Riak, RabbitMQ, Memcached are available by default.
- Deploy With Confidence- Deploying to production after a successful build is as easy as setting up a bit of configuration, and we'll deploy your code to Heroku, Engine Yard Cloud, Nodejitsu, cloudControl, OpenShift, and CloudFoundry.
"Great UI" is the top reason why over 2 developers like Quay.io, while over 505 developers mention "Github integration" as the leading cause for choosing Travis CI.