Settings

Theme

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

rwx.com

13 points by fourteenminutes 4 months ago · 6 comments

Reader

isaacvando 4 months ago

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.

joshuagvk 4 months ago

Really interested to give this a try. I haven't used RWX for CI yet (overall my builds wouldn't have benefited enough from the caching), but docker build times are definitely a pebble in my shoe

jared-jesionek 4 months ago

Excited to check this out! Been using rwx and it's already much faster than github actions. Interested to see how this speeds up our builds.

fourteenminutesOP 4 months ago

Love these problems being solved at a platform level rather than just a language level.

d3Xt3r 4 months ago

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

  • dan_manges 4 months ago

    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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection