Live data from Hacker News

We deleted our Dockerfiles: a better, faster way to build container images

rwx.com

1–7 of 7 posts

Re: We deleted our Dockerfiles: a better, faster way to build container images

#3
We use jib at work (https://github.com/GoogleContainerTools/jib) which also skips the Dockerfile and builds an image for a Java project directly.

This certainly looks like a much nicer experience than docker build, especially given that there can be a cache hit after a cache miss.

Re: We deleted our Dockerfiles: a better, faster way to build container images

#5
post #4

Am I missing something or does rwx not have a free/self-hosted option?

Hey! I'm one of the RWX cofounders. We don't have a self-hosted option yet, but we're interested in opening it up in the future. Our infrastructure is more complex to run than normal self-hosted runners infrastructure, due to extensive caching and provisioning optimizations.