Nick Santos
Nick Santos
are you using helm_resource? i think it uses `local_resource`, not `local()`
we did a bunch of user research and prototyping on behavior like this when we first implemented 'disabled resources'. we never found a solution we really liked. But we're totally...
the expected default behavior is that it should stick to the bottom. if you're not seeing that, we should just fix it to behave as expectected -- but would need...
thanks for the report! ya, i can repro
ah, i remember this, this is related to https://github.com/docker/compose/pull/11426. if you don't create the empty directory, buildkit explodes. we have to unwind some vendor deps to get the fix, and...
I'd probably try something like: - syncback to sync the target back - .tiltignore / watch_settings(ignore=) to ignore target on the host
Noodling on this a bit. Have you played around at all with Buildkit exporters? https://docs.docker.com/build/exporters/#multiple-exporters I might try setting it up like this: - Use tilt's custom_build to invoke images...
Yeah, we usually see Bazel users do this with either tilt extensions or tiltfile scripting, here's an example - https://docs.tilt.dev/example_bazel
you currently have the beta containerd integration turned on. does turning it off fix the issue? https://docs.docker.com/desktop/containerd/
are you aware of the keyboard shortcuts in the help menu? i think hitting the `r` key will also work.