mthalman/DockerfileModel

Support for new COPY instruction options

Opened this issue · 1 comments

The COPY instruction has the following options which aren't represented in the model:

  • --exclude
  • --parents
  • --link

Since --exclude and --parents are not yet part of the stable syntax, support won't be added for these yet.