Open
Description
- VSCode Version: 1.70.2
- Local OS Version: Win 10 21H1
- Remote OS Version: Debian 11
- Remote Extension/Connection Type: Containers
- Logs:
Steps to Reproduce:
- Attempt to use 'Rebuild Container Without Cache' on a devcontainer.json that uses 'image' and not 'dockerFile'
Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: Yes
Hello! I've noticed that calling 'Rebuild Container Without Cache' only works properly when the devcontainer.json is using 'dockerFile' and not 'image'. When the json file is using a Dockerfile, the container is fully rebuilt, but when it is just using 'image', no rebuild occurs and the container just restarts. Is this intentional?