Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: add testDockerfileFromHTTP for WCOW #5523

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

profnandaa
Copy link
Collaborator

@profnandaa profnandaa commented Nov 15, 2024

Enables testDockerfileFromHTTP integration test
for Windows.

Also fixes a bug where paths were being joined wrongly, for example:

path.Join("/", "\\context") // would be "/\\context"

Addressing tests marked as Revisit for #4485

@profnandaa
Copy link
Collaborator Author

Will fix the failing unit tests.

Copy link

@billywr billywr left a comment

Choose a reason for hiding this comment

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

looks good ...

Enables `testDockerfileFromHTTP` integration test
for Windows.

Also fixes a bug where paths were being joined wrongly,
for example:

```go
path.Join("/", "\\context") // would be "/\\context"
```

Addressing tests marked as Revisit for moby#4485

Signed-off-by: Anthony Nandaa <[email protected]>
@profnandaa
Copy link
Collaborator Author

@tonistiigi -- fixed CI, ptal.

@tonistiigi tonistiigi merged commit 2d013b6 into moby:master Nov 19, 2024
94 checks passed
@thompson-shaun thompson-shaun added this to the v0.18.0 milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants