Skip to content

dockerfile/1.22.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 00:46
· 192 commits to master since this release
5245d86

Usage

# syntax=docker.io/docker/dockerfile-upstream:1.22.0

Notable changes

  • Fix incorrect linter warning for copying ignored files when negated patterns exist #6534
  • Update linter conditions for SecretsUsedInArgOrEnv rule for better matching. #6501
  • Named sources can now pass a different "shared key" for local sources if clients support it, and different projects that use the same context names will not overwrite each other (causing reduced performance). #6478