Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Mark Dockerfile as requiring BuildKit (#12541)
Browse files Browse the repository at this point in the history
Co-authored-by: David Robertson <davidr@element.io>
  • Loading branch information
jaywink and David Robertson committed Apr 26, 2022
1 parent 99ab454 commit 706456d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/12541.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Explicitly opt-in to using [BuildKit-specific features](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md) in the Dockerfile. This fixes issues with building images in some GitLab CI environments.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1
# Dockerfile to build the matrixdotorg/synapse docker images.
#
# Note that it uses features which are only available in BuildKit - see
Expand Down

0 comments on commit 706456d

Please sign in to comment.