Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 776 Bytes

docker-images.md

File metadata and controls

16 lines (9 loc) · 776 Bytes

Docker Images

For production environments please use the elastic-agent image as described in our documentation.

Dockerfile

The Dockerfile contained with this project produces a stand-alone fleet-server image that is only supported for development purposes.

Dockerfile.build

The Dockerfile.build contained with this project is used to produce release artifacts.

Minimum MacOSX Version

The golang-crossbuild image is used as the base for the Dockerfile.build container. The golang-crossbuild:1.16.X-darwin-debian11 images expects the minimum MacOSX version to be 10.14+.