Closed
Description
OS: All
Build Version: 20210714.2
Repro Steps:
- Make sure enable setting "Docker > Images: Check for outdated images".
- Open Docker view, if the image "alpine:latest" is present, remove it:
docker rmi alpine:latest
. - Pull any image, and tag it as "alpine:latest":
docker pull hello-world:latest && docker tag hello-world:latest alpine:latest
. - Restart VS Code, then check the state of the outdated base image "alpine:latest" after 1 min.
Expect:
The state of the outdated base image "alpine:latest" is "Out of date".
Actual:
The state of the outdated base image "alpine:latest" is not "Out of date".
More Info:
This issue doesn't reproduce on the previous release build.