From d6aa3d0399a8c16ccb55a65127e27159a4be54da Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Tue, 25 Mar 2025 16:08:35 +0100 Subject: [PATCH] docs: fix Dockerfile.build name (#4632) (cherry picked from commit a0057ccf52cca9800db04633d1b9390d5a3a6b41) --- docs/docker-images.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker-images.md b/docs/docker-images.md index 11908b6fe..8298ce18f 100644 --- a/docs/docker-images.md +++ b/docs/docker-images.md @@ -6,11 +6,11 @@ For production environments please use the elastic-agent image as described in o The [Dockerfile](../Dockerfile) contained with this project produces a stand-alone fleet-server image that is only supported for development purposes. -## Dockerfile.builder +## Dockerfile.build -The [Dockerfile.builder](../Dockerfile.builder) contained with this project is used to produce release artifacts. +The [Dockerfile.build](../Dockerfile.build) contained with this project is used to produce release artifacts. ### Minimum MacOSX Version -The [golang-crossbuild](https://github.com/elastic/golang-crossbuild) image is used as the base for the [Dockerfile.Builder](#dockerfilebuilder) container. +The [golang-crossbuild](https://github.com/elastic/golang-crossbuild) image is used as the base for the [Dockerfile.build](#dockerfilebuild) container. The `golang-crossbuild:1.16.X-darwin-debian11` images expects the minimum MacOSX version to be 10.14+.