Added
- Support for Azure Container Instances Docker contexts. #2102
- ACI contexts can be created from the command palette or contexts view. #2114
- Outdated base images are now flagged with a warning icon. The base image must be in the root namespace in Docker Hub (i.e. docker.io/library). This feature is on by default but can be disabled via the
docker.images.checkForOutdatedImages
setting. #1493
Note: ACI-related features require the latest Docker Desktop Edge release.
Fixed
- Python debugging launcher now uses
python3
instead ofpython
, to ensure Python 3.* is always run. #2123 - "Cannot read property 'filter' of null" during some commands. #2030, #2072, #2108
- Node.js and Python debug configurations did not pass along all parameters. #2024
- Fixed a few Dockerfile language server issues. #2043, #2055
- Login failure for Azure Container Registries. #1959