This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Cannot build Docker Image for OpenDistro 1.13.3 ElasticSearch 7.16.2 #801
Labels
question
Further information is requested
Query
What question do you have?
Cannot build Docker Image.
Expected Behavior
Please describe the behavior you are expecting
git clone
https://github.com/opendistro-for-elasticsearch/opendistro-build.git
cd
~/opendistro-build/elasticsearch/docker
Then I use command
OPENDISTRO_VERSION=1.13.3 ELASTIC_VERSION=7.16.2 make build
Current Behavior
What is the current behavior?
It show error :
ADD failed: file not found in build context or excluded by .dockerignore: stat plugins: file does not exist
Relevant information
Please include any relevant log snippets or files here.
Here is the output of build process. which show on screen
When I check Dockerfile which locate in
~/opendistro-build/elasticsearch/docker/build/elasticsearch
by VIM EditorIt line 53 it have statement
ADD plugins /tmp/plugins/
But when I check in folder
~/opendistro-build/elasticsearch/docker/build/elasticsearch
. It don't haveplugins
folder.The text was updated successfully, but these errors were encountered: