dockerfile/1.3.0
·
5620 commits
to master
since this release
Usage
# syntax=docker.io/docker/dockerfile:1.3.0
Notable changes
-
RUNcommand allows--networkflag for requesting a specific type of network conditions.--network=hostrequires allowingnetwork.hostentitlement. This feature was previously only available on labs channel. Documentation -
ADDcommand with a remote URL input now correctly handles the--chmodflag. #2171 -
Values for
RUN --mountflag now support variable expansion, except for thefromfield #2089 -
Allow
BUILDKIT_MULTI_PLATFORMbuild arg to force always creating multi-platform image, even if only contains single platform #1985