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

Mark Dockerfile as requiring BuildKit #12541

Merged
merged 3 commits into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/12541.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Define Dockerfile version to fix issues with building images in some GitLab CI environments due to Buildkite.
jaywink marked this conversation as resolved.
Show resolved Hide resolved
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