fix/docker-context-path-default: Placeholder with name attribute "doc… - #5231
Open
drago1520 wants to merge 1 commit into
Open
fix/docker-context-path-default: Placeholder with name attribute "doc…#5231drago1520 wants to merge 1 commit into
drago1520 wants to merge 1 commit into
Conversation
…kerContextPath" lied that the default path is ".", while being the Dockerfile directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…kerContextPath" lied that the default path is ".", while being the Dockerfile directory.
What is this PR about?
Docker context path input UI lies.
Please describe in a short paragraph what this PR is about.

while it's actually the Dockerfile directory as context by default.
Checklist
Before submitting this PR, please make sure that:
canarybranch.Issues related (if applicable)
Screenshots (if applicable)
It's my first PR here :)
Greptile Summary
This PR aligns the Dockerfile build behavior with the Docker context input’s documented default by resolving an unset context path to the application’s code root.
getDockerContextPathalways return an absolute workspace path, defaulting to.beneath the code directory.Confidence Score: 5/5
The PR appears safe to merge, with no actionable correctness or security issues identified.
The changed resolver and Docker command remain aligned: an unset context now resolves to the application code root, while explicitly configured context paths continue to resolve beneath the same workspace.
Reviews (1): Last reviewed commit: "fix/docker-context-path-default: Placeho..." | Re-trigger Greptile