Skip to content

Conversation

@tonistiigi
Copy link
Member

fixes #5147

Although #5147 does not list Dockerfile, this is the only case I see where this was possible. Build without stages is still error, but don't let the frontend panic.

@tonistiigi tonistiigi added this to the v0.15.0 milestone Jul 10, 2024
}

func testEmptyStages(t *testing.T, sb integration.Sandbox) {
integration.SkipOnPlatform(t, "windows")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a default atm. There is a separate task to enable integration tests one-by-one in wcow. Not specific to the feature.

@tonistiigi tonistiigi force-pushed the dockerfile-no-stage-error branch from 732981a to 262634c Compare July 10, 2024 18:55
@tonistiigi tonistiigi merged commit 62ba6fe into moby:master Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants