8000 GitHub - antistatique/docker-elasticsearch: https://hub.docker.com/r/antistatique/elasticsearch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

antistatique/docker-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-elasticsearch

Custom Elasticsearch Docker image with ICU and Phonetic analysis plugins pre-installed.

Usage

docker pull antistatique/elasticsearch:latest

GitHub Workflow

This repository includes a GitHub Action workflow that can be manually triggered to:

  1. Build the Docker image with a specified Elasticsearch version
  2. Build for multiple platforms (linux/amd64, linux/arm64)
  3. Push the image to Docker Hub as antistatique/elasticsearch:[version]
  4. Optionally tag the image as antistatique/elasticsearch:latest

Required Secrets

The following secrets need to be configured in your GitHub repository:

  • DOCKERHUB_USERNAME: Your Docker Hub username
  • DOCKERHUB_TOKEN: Your Docker Hub access token

Running the Workflow

  1. Go to the Actions workflow page
  2. Click "Run workflow"
  3. Enter the desired Elasticsearch version (defaults to 8.18.1)
  4. Choose whether to tag this version as latest (defaults to true)
  5. Click "Run workflow"