Skip to content

Doesn't recognize --unpack argument to ADD #297

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions