Hacker News new | ask | show | jobs
by nrk7doh 2040 days ago
Our org just adopted Makisu[1] which works beautifully in our GitLab CI pipelines. After a week of setup and fiddling with the settings, we were able to migrate all our build jobs to Makisu and haven’t looked back. Build times are great too, especially if you set it up with a Redis cache.

[1]: https://github.com/uber/makisu

1 comments

Have you used / considered kaniko before? If so, what are the advantages of Makisu?