summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Robinson <jasonr@element.io>2022-04-26 17:31:52 +0300
committerGitHub <noreply@github.com>2022-04-26 15:31:52 +0100
commit706456de1f63a4b9796592fd452da7ce30735274 (patch)
treebc4d0ae18e95f5c0756945cc9e8b8f6d7e0c673c /changelog.d
parentbuild debian package for jammy jellyfish (#12543) (diff)
downloadsynapse-706456de1f63a4b9796592fd452da7ce30735274.tar.xz
Mark Dockerfile as requiring BuildKit (#12541)
Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12541.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12541.docker b/changelog.d/12541.docker
new file mode 100644
index 0000000000..c3b9c31657
--- /dev/null
+++ b/changelog.d/12541.docker
@@ -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.