Skip to content

dockerfile/1.5.0-labs

Compare
Choose a tag to compare
@tonistiigi tonistiigi released this 10 Jan 00:37
· 1911 commits to master since this release
830288a

Usage

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

Notable changes

  • ADD command can now import files directly from Git URLs #2799 docs

  • ADD command now supports --checksum flag to validate the contents of the remote URL contents. #3093 #3287 docs