[go: up one dir, main page]

Skip to content

Dockerfiles for the official Elastic Stack images

Notifications You must be signed in to change notification settings

ArcadiaPower/elasticsearch-dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles

This repo is a fork from https://github.com/elastic/dockerfiles that modifies the Elasticsearch 6.8 Dockerfile to provide multiarchitecture support for the amd64 and arch64 platforms. See this branch comparison for all the changes.

The elasticsearch-docker-arm64 repo was used as a guide for making the neccesary changes.

Note that since the Xpack Machine Learning feature does not support ARM, it has been disabled in the included elasticsearch.yml.

Multi-archetiecture builds

docker buildx create --name amd-arm-builder
docker buildx use amd-arm-builder
docker buildx build --platform linux/amd64,linux/arm64 --tag YOUR_TAG --push .

About

Dockerfiles for the official Elastic Stack images

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.5%
  • Dockerfile 46.5%