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

Extend outdated image checking to MCR images #2165

Closed
bwateratmsft opened this issue Jul 15, 2020 · 2 comments · Fixed by #2321
Closed

Extend outdated image checking to MCR images #2165

bwateratmsft opened this issue Jul 15, 2020 · 2 comments · Fixed by #2321

Comments

@bwateratmsft
Copy link
Collaborator

bwateratmsft commented Jul 15, 2020

Currently only docker.io/library images are checked; we should expand this to MCR images since .NET is one of the main scenarios for the extension. Additionally, .NET images seem to get updated more frequently than most (e.g. every few weeks).

@bwateratmsft
Copy link
Collaborator Author

MCR allows requests to public images with no Authorization header. For example: https://mcr.microsoft.com/v2/dotnet/aspnet/manifests/5.0

This will make it easier to implement.

@bwateratmsft
Copy link
Collaborator Author

This is now fixed in Docker extension version 1.7.0.

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants