Hacker News new | ask | show | jobs
by gravypod 2024 days ago
It's docker without the dockerfile which, from what I can tell, is the biggest feature of docker most engineers like.

I've personally switched to bazel for building most of my containers but that's a far departure from what the majority of people are doing I suspect.

2 comments

My company uses bazel to build containers and the distroless images that Google provides, it's a really nice setup IMO
I love the experience and performance. If more adoption happens it'll just get better as more languages are supported.
Can you point to any sources using bazel for this?