Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
279423d1
Commit
279423d1
authored
Oct 15, 2015
by
Fred Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2358 from edx/derf/elasticsearch_dockerfile
make elasticsearch build
parents
493a5ed3
f815a575
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docker/build/elasticsearch/Dockerfile
+2
-3
No files found.
docker/build/elasticsearch/Dockerfile
View file @
279423d1
FROM
edxops/precise-common:v1
MAINTAINER
e
0d
MAINTAINER
e
dxops
USER
docker
WORKDIR
/edx/app/edx_ansible
ADD
inventory /etc/ansible/hosts
WORKDIR
/edx/app/edx_ansible/edx_ansible/playbooks/edx-east
RUN
sudo
git checkout e0d/docker-latest
RUN
sudo
git reset
--hard
origin/e0d/docker-latest
...
...
@@ -11,5 +10,5 @@ RUN sudo git pull
RUN
sudo
ansible-playbook elasticsearch-docker.yml
-c
local
USER
root
WORKDIR
/etc/elasticsearch
CMD
["/usr/share/elasticsearch/bin/elasticsearch"]
CMD
["/usr/share/elasticsearch/bin/elasticsearch"
,"-f"
]
EXPOSE
9200 9300
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment