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

Commit 706456d

Browse files
jaywinkDavid Robertson
and
David Robertson
authored
Mark Dockerfile as requiring BuildKit (#12541)
Co-authored-by: David Robertson <davidr@element.io>
1 parent 99ab454 commit 706456d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/12541.docker

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# syntax=docker/dockerfile:1
12
# Dockerfile to build the matrixdotorg/synapse docker images.
23
#
34
# Note that it uses features which are only available in BuildKit - see

0 commit comments

Comments
 (0)