build: fix stdin handling when building with controller

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-04-09 14:35:58 +02:00
parent 0a3e5e5257
commit ffff87be03
2 changed files with 23 additions and 18 deletions

View File

@@ -69,11 +69,6 @@ func testBuild(t *testing.T, sb integration.Sandbox) {
}
func testBuildStdin(t *testing.T, sb integration.Sandbox) {
if isExperimental() {
// FIXME: https://github.com/docker/buildx/issues/2368
t.Skip("build from stdin hangs in experimental mode: https://github.com/docker/buildx/issues/2368")
}
dockerfile := []byte(`
FROM busybox:latest AS base
COPY foo /etc/foo