Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 954 Bytes

File metadata and controls

20 lines (11 loc) · 954 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.

Dockerfile.fips

The Dockerfile.fips contained with this project is used to produce FIPS capable artifacts as well as a stand-alone fleet-server image.

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+.