Example:
# syntax=docker/dockerfile:1
FROM debian
ADD --unpack \
https://github.com/asdf-vm/asdf/releases/download/v0.18.0/asdf-v0.18.0-linux-amd64.tar.gz \
/usr/local/bin/
Gives red squiggles on the --unpack arg, even though it is valid so long as the # syntax=... directive is present.
The suggested fix to change it to --chown is particularly unhelpful 🙃
VSCode: 1.105.1
Extension version: 2.3.0
Example:
Gives red squiggles on the
--unpackarg, even though it is valid so long as the# syntax=...directive is present.The suggested fix to change it to
--chownis particularly unhelpful 🙃VSCode: 1.105.1
Extension version: 2.3.0