Skip to content

use filepath.IsAbs to support windows paths #3141

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Apr 22, 2025

path.IsAbs assumes Unix paths, prefer filepath so an absolute windows paths is well identified

fixes docker/compose#12669

@crazy-max crazy-max added this to the v0.24.0 milestone Apr 22, 2025
Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

LGTM thanks

@crazy-max crazy-max merged commit 7a7be2f into docker:master Apr 22, 2025
135 of 138 checks passed
@ndeloof ndeloof deleted the path.IsAbs branch May 9, 2025 13:58
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.

[BUG] Path Evaluation Error on Windows
3 participants