Skip to content

dockerfile/1.7.0-labs

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 19:53
· 613 commits to master since this release
2afc050

Usage

# syntax=docker.io/docker/dockerfile:1.7-labs

Notable changes

  • New --parents flag has been added to COPY for copying files while keeping the parent directory structure #4598 #3001 4720 #4728 docs

  • New --exclude flag can be used in COPY and ADD commands to apply filter to copied files #4561 docs