Skip to content

dockerfile/1.7.0-rc1-labs

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 03:40
· 464 commits to master since this release
596ef8f

Usage

# syntax=docker.io/docker/dockerfile-upstream:1.7.0-rc1-labs

Notable changes

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

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