Skip to content

Keep Compose image links local when Docker is present#198

Open
kiwigitops wants to merge 1 commit into
microsoft:mainfrom
kiwigitops:keep-compose-image-links-local
Open

Keep Compose image links local when Docker is present#198
kiwigitops wants to merge 1 commit into
microsoft:mainfrom
kiwigitops:keep-compose-image-links-local

Conversation

@kiwigitops

Copy link
Copy Markdown

Fixes #179.

When the Docker extension is present, this client capability currently tells the Compose language service to stop providing image links. That hands image refs to Docker's provider, which can turn private registry refs into Docker Hub URLs.

This keeps Compose's own image link provider active so it keeps using the stricter registry handling already in this package.

Checked with git diff --check using the repo's CRLF-aware whitespace settings. I did not run the mocha suite locally because this fresh checkout does not have the Node dependencies installed.

@kiwigitops kiwigitops marked this pull request as ready for review June 20, 2026 14:33
@kiwigitops kiwigitops requested a review from a team as a code owner June 20, 2026 14:33
@kiwigitops

Copy link
Copy Markdown
Author

Quick follow-up on this. The local Compose image link handling is still current, and I am happy to adjust the Docker-present behavior or test coverage if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hover link on image: field in compose.yaml always points to Docker Hub, even for private registries

1 participant