Carl Eqladios
Carl Eqladios
@microsoft-github-policy-service agree
> Should this only target the compose case? I believe this would still fail with `devcontainer build --buildkit auto` while using podman https://github.com/devcontainers/cli/blob/9ba1fdaa11dee087b142d33e4ac13c5788392e34/src/spec-node/singleContainer.ts#L190-L211 I guess I can add the check...
> With Podman 4.5.1 I see buildah 1.30 with `podman buildx version` and that supports `--build-context` which we use in `containerFeatures.ts`. Due to that I think single containers might still...
Got it, I agree debug logs might not be the right answer here. The main pain point was figuring out that image rewriting was the cause, Tilt UI already logs...