Conversation
nicks
left a comment
There was a problem hiding this comment.
Nice! I played around with this a bit. It's very fast!
A couple clarification questions (in case anyone asks us about it):
-
The trick to use a Persistent Volume for maven caching is clever! But I don't think that's how we would usually advise people to do it. When you
tilt downyour build, you lose the cache. Is there a mvn command to download the deps as part of the docker build? -
Would it make sense to have a quarkus extension?
https://github.com/tilt-dev/tilt-extensions
That would make it a bit easier to have people re-use the logic. We should definitely have a buildah extension. (I think it still makes sense to have a working example like this, even if we also have an extension)
I think that would be nice since some frameworks have different ways to do the same thing, I guess that would help users to identify how to do it with an extension |
|
thanks! |
I would like to add this example that is using Quarkus.
Please have review