mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-23 20:41:06 -05:00
Mark Dockerfile as requiring BuildKit (#12541)
Co-authored-by: David Robertson <davidr@element.io>
This commit is contained in:
parent
99ab45423a
commit
706456de1f
1
changelog.d/12541.docker
Normal file
1
changelog.d/12541.docker
Normal file
@ -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,3 +1,4 @@
|
|||||||
|
# syntax=docker/dockerfile:1
|
||||||
# Dockerfile to build the matrixdotorg/synapse docker images.
|
# Dockerfile to build the matrixdotorg/synapse docker images.
|
||||||
#
|
#
|
||||||
# Note that it uses features which are only available in BuildKit - see
|
# Note that it uses features which are only available in BuildKit - see
|
||||||
|
Loading…
Reference in New Issue
Block a user